equal
deleted
inserted
replaced
7 |
7 |
8 {% block content %} |
8 {% block content %} |
9 |
9 |
10 <h1>{% blocktrans %}Activate your account{% endblocktrans %}</h1> |
10 <h1>{% blocktrans %}Activate your account{% endblocktrans %}</h1> |
11 |
11 |
12 <form id="activate" enctype="multipart/form-data" class="wizard-form" action="." method="post">{% csrf_token %} |
12 <form id="activate" enctype="multipart/form-data" class="wizard-form" action="." method="post"> |
13 <table class="wide_form"> |
13 <table class="wide_form"> |
14 <tbody> |
14 <tbody> |
15 {% for form in forms %} |
15 {% for form in forms %} |
16 {% include "site/macros/form_fields.html" %} |
16 {% include "site/macros/form_fields.html" %} |
17 {% endfor %} |
17 {% endfor %} |