equal
deleted
inserted
replaced
17 <li class="active_sub">{% blocktrans %}Profile{% endblocktrans %}</li> |
17 <li class="active_sub">{% blocktrans %}Profile{% endblocktrans %}</li> |
18 <li> / </li> |
18 <li> / </li> |
19 <li><a href="{% url profile-pw %}">{% blocktrans %}Password{% endblocktrans %}</a></li> |
19 <li><a href="{% url profile-pw %}">{% blocktrans %}Password{% endblocktrans %}</a></li> |
20 </ul> |
20 </ul> |
21 |
21 |
22 <form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post"> |
22 <form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post">{% csrf_token %} |
23 <table class="wide_form"> |
23 <table class="wide_form"> |
24 <tbody> |
24 <tbody> |
25 {% for form in forms %} |
25 {% for form in forms %} |
26 {% include "site/macros/form_fields.html" %} |
26 {% include "site/macros/form_fields.html" %} |
27 {% endfor %} |
27 {% endfor %} |