equal
deleted
inserted
replaced
10 {% endblock %} |
10 {% endblock %} |
11 |
11 |
12 {% block content %} |
12 {% block content %} |
13 |
13 |
14 <h1>{% blocktrans with user.username as username %}Your profile ({{ username }}){% endblocktrans %}</h1> |
14 <h1>{% blocktrans with user.username as username %}Your profile ({{ username }}){% endblocktrans %}</h1> |
|
15 |
|
16 <ul class="sub_list"> |
|
17 <li class="active_sub">{% blocktrans %}Profile{% endblocktrans %}</li> |
|
18 <li> / </li> |
|
19 <li><a href="{% url profile-pw %}">{% blocktrans %}Password{% endblocktrans %}</a></li> |
|
20 </ul> |
|
21 |
15 <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"> |
16 <table class="wide_form"> |
23 <table class="wide_form"> |
17 <tbody> |
24 <tbody> |
18 {% for form in forms %} |
25 {% for form in forms %} |
19 {% include "site/macros/form_fields.html" %} |
26 {% include "site/macros/form_fields.html" %} |