From 212be57fab1f267b78a38175e3539ffe45ff9eb1 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 10 Apr 2017 11:17:50 +0100 Subject: [PATCH] fix password reset sent h1 title --- sourcing/templates/auth/password_reset_sent.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcing/templates/auth/password_reset_sent.html b/sourcing/templates/auth/password_reset_sent.html index f4fa503..1c5b804 100644 --- a/sourcing/templates/auth/password_reset_sent.html +++ b/sourcing/templates/auth/password_reset_sent.html @@ -3,7 +3,7 @@ {% block title %}Reset password{% endblock %} {% block content %} -

{{ title }}

+

{{ self.title() }}

We've emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly.