Update password_change.html

This commit is contained in:
Daniel Greenfeld 2013-09-01 19:38:57 +02:00
parent f436dddf71
commit bcaeed88c4

View File

@ -1,7 +1,7 @@
{% raw %}{% extends "account/base.html" %}
{% load i18n %}
{% load cripsy_forms_tags %}
{% load crispy_forms_tags %}
{% block head_title %}{% trans "Change Password" %}{% endblock %}
{% block content %}
@ -19,4 +19,4 @@
</div>
</div>
{% endblock %}
{% endraw %}
{% endraw %}