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:
Jan Dittberner 2016-12-31 14:06:22 +01:00
commit 8f4c6d5696

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 %}