equal
deleted
inserted
replaced
12 {% block content %} |
12 {% block content %} |
13 |
13 |
14 <h1>{% blocktrans %}Reset my password{% endblocktrans %}</h1> |
14 <h1>{% blocktrans %}Reset my password{% endblocktrans %}</h1> |
15 |
15 |
16 {% if form %} |
16 {% if form %} |
17 <form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post"> |
17 <form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post">{% csrf_token %} |
18 |
18 |
19 <table class="wide_form"> |
19 <table class="wide_form"> |
20 <tbody> |
20 <tbody> |
21 {% include "site/macros/form_fields.html" %} |
21 {% include "site/macros/form_fields.html" %} |
22 <tr> |
22 <tr> |