Fix template error in passwort reset response

This commit is contained in:
Jan Dittberner 2015-12-26 12:29:22 +01:00
parent 085b126416
commit 6a6009e7f2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{% load account i18n %}
{% block title %}{{ block.super }} - {% trans "Password Reset" %}{% endblock title %}
{% block page_title %}{% trans "Password Reset" %}{% endblocktrans page_title %}
{% block page_title %}{% trans "Password Reset" %}{% endblock page_title %}
{% block content %}
{% if user.is_authenticated %}