From 5e7296ba94ca4c63ef797ea28b51f6256d69c2f4 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Wed, 7 Feb 2018 09:58:55 +0000
Subject: [PATCH] passing header modifier for alternate grey background

---
 opentech/apply/users/templates/users/change_password.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/opentech/apply/users/templates/users/change_password.html b/opentech/apply/users/templates/users/change_password.html
index 78aa4ecd2..8e1ae10b4 100644
--- a/opentech/apply/users/templates/users/change_password.html
+++ b/opentech/apply/users/templates/users/change_password.html
@@ -1,5 +1,6 @@
 {% extends 'base.html' %}
 {% load i18n %}
+{% block header_modifier %}header--light-bg{% endblock %}
 {% block page_title %}Set a password{% endblock %}
 {% block title %}{% trans "Set a password" %}{% endblock %}
 
-- 
GitLab