From 2e7f71086c073aa82404c3b46e9e82a08b07b147 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Wed, 7 Feb 2018 09:58:39 +0000
Subject: [PATCH] setting hero and page title

---
 opentech/apply/users/templates/users/change_password.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/opentech/apply/users/templates/users/change_password.html b/opentech/apply/users/templates/users/change_password.html
index 26799c69d..78aa4ecd2 100644
--- a/opentech/apply/users/templates/users/change_password.html
+++ b/opentech/apply/users/templates/users/change_password.html
@@ -1,8 +1,7 @@
 {% extends 'base.html' %}
 {% load i18n %}
-
-{% block title %}{% trans "Change password" %}{% endblock %}
-
+{% block page_title %}Set a password{% endblock %}
+{% block title %}{% trans "Set a password" %}{% endblock %}
 
 {% block content %}
     {% if form.non_field_errors %}
-- 
GitLab