Password reset templates extend admin_base to apply styles correctly, and missing % in title block

This commit is contained in:
David Smith 2014-05-01 14:38:21 +10:00 committed by Matt Westcott
parent 98d616de90
commit 1d1accd5f9
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{% extends "wagtailadmin/skeleton.html" %}
{% extends "wagtailadmin/admin_base.html" %}
{% load compress %}
{% load i18n %}
{% block titletag %}{% trans "Reset password" %}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "wagtailadmin/skeleton.html" %}
{% extends "wagtailadmin/admin_base.html" %}
{% load compress %}
{% load i18n %}
{% block titletag %}{% trans "Set your new password" %}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "wagtailadmin/skeleton.html" %}
{% extends "wagtailadmin/admin_base.html" %}
{% load i18n %}
{% load compress %}
{% block titletag %}{% trans "Reset password" %}{% endblock %}

View file

@ -1,7 +1,7 @@
{% extends "wagtailadmin/skeleton.html" %}
{% extends "wagtailadmin/admin_base.html" %}
{% load compress %}
{% load i18n %}
{% block titletag %}{ trans "Reset password" %}{% endblock %}
{% block titletag %}{% trans "Reset password" %}{% endblock %}
{% block bodyclass %}login{% endblock %}
{% block extra_css %}