fix password reset sent h1 title

This commit is contained in:
Edward Betts 2017-04-10 11:17:50 +01:00
parent 3e77d20679
commit 212be57fab

View file

@ -3,7 +3,7 @@
{% block title %}Reset password{% endblock %} {% block title %}Reset password{% endblock %}
{% block content %} {% block content %}
<h1>{{ title }}</h1> <h1>{{ self.title() }}</h1>
<p>We've emailed you instructions for setting your password, if an account <p>We've emailed you instructions for setting your password, if an account
exists with the email you entered. You should receive them shortly.</p> exists with the email you entered. You should receive them shortly.</p>