From 375e15511cd8833bbdb794173bf51d6899a345a3 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 17 Jan 2018 15:53:52 +0000 Subject: [PATCH] Make page title match

MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is what we do as convention, unless there’s a good reason not to, and is better than ’Email verification’. --- app/templates/views/two-factor-email.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/two-factor-email.html b/app/templates/views/two-factor-email.html index e547973d9..105f66351 100644 --- a/app/templates/views/two-factor-email.html +++ b/app/templates/views/two-factor-email.html @@ -2,7 +2,7 @@ {% from "components/page-footer.html" import page_footer %} {% block per_page_title %} - Email verification + {{ title }} {% endblock %} {% block maincolumn_content %}