equal
deleted
inserted
replaced
10 {% endblock %} |
10 {% endblock %} |
11 |
11 |
12 {% block content %} |
12 {% block content %} |
13 |
13 |
14 <h1>{% blocktrans %}Reset your password{% endblocktrans %}</h1> |
14 <h1>{% blocktrans %}Reset your password{% endblocktrans %}</h1> |
15 <form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post"> |
15 <form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post">{% csrf_token %} |
16 <table class="wide_form"> |
16 <table class="wide_form"> |
17 <tbody> |
17 <tbody> |
18 {% include "site/macros/form_fields.html" %} |
18 {% include "site/macros/form_fields.html" %} |
19 <tr> |
19 <tr> |
20 <td style="vertical-align: top; width: 20%; text-align:right;"> |
20 <td style="vertical-align: top; width: 20%; text-align:right;"> |