From b8649d3ae62a9395d8248670d08e821e812df011 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Wed, 31 Jan 2018 09:48:08 +0000
Subject: [PATCH] updating the page title to people as the persons name will
 appear in the page template itself

---
 opentech/public/people/templates/people/person_page.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/public/people/templates/people/person_page.html b/opentech/public/people/templates/people/person_page.html
index 525a8cb66..1ad42045c 100644
--- a/opentech/public/people/templates/people/person_page.html
+++ b/opentech/public/people/templates/people/person_page.html
@@ -1,5 +1,5 @@
 {% extends "base.html" %}
-
+{% block page_title %}People{% endblock %}
 {% load wagtailcore_tags wagtailimages_tags %}
 
 {% block content %}
-- 
GitLab