Merge branch 'hotfix/0.11.4' into production
* hotfix/0.11.4: Fix wrong tag in password reset done template
This commit is contained in:
commit
8f4c6d5696
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue