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

b/astakos/im/templates/registration/password_change_form.html
1
{% extends "account_base.html" %}
1
{% extends "im/account_base.html" %}
2 2

  
3 3
{% block body %}
4 4
<form action="{% url django.contrib.auth.views.password_change %}" method="post"
5 5
    class="withlabels">{% csrf_token %}
6 6

  
7
    {% include "form_render.html" %}
7
    {% include "im/form_render.html" %}
8 8

  
9 9
    <div class="form-row submit">
10 10
        <input type="hidden" name="next" value="{{ next }}">

Also available in: Unified diff