Fix wrong tag in password reset done template

This commit is contained in:
Jan Dittberner 2016-12-31 14:03:57 +01:00
parent c5962632d2
commit e8bdf3fec1
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 %}