Revision 1e685275 astakos/im/templates/registration/password_reset_confirm.html

b/astakos/im/templates/registration/password_reset_confirm.html
1
{% extends 'one_col_base.html'%}
1
{% extends 'im/one_col_base.html'%}
2 2

  
3 3
{%block page.title %}Logout{% endblock %}
4 4
{% block body %}
......
6 6
    <h2>Please enter your new password</h2>
7 7
    {% if validlink %}
8 8
    <form action="" method="post" class="withlabels">{% csrf_token %}
9
    {% include "form_render.html" %}
9
    {% include "im/form_render.html" %}
10 10
    <div class="form-row submit">
11 11
        <input type="submit" class="submit altcol" value="SUBMIT" />
12 12
    </div>

Also available in: Unified diff