src/cm/templates/site/forgot_pw.html
changeset 436 83b032cbf471
parent 225 67e1a89d6bca
child 550 05b5e51e8823
equal deleted inserted replaced
435:96c16cc6408b 436:83b032cbf471
    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>