From a4595aedfca839481d6d9e7f283dd2b20bc2730d Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Thu, 21 May 2020 20:53:47 -0500 Subject: [PATCH] Update nomination page titles --- templates/nominations/nomination_detail.html | 2 +- templates/nominations/nominee_detail.html | 2 +- templates/nominations/nominee_list.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/nominations/nomination_detail.html b/templates/nominations/nomination_detail.html index d0a51f010..da55824e9 100644 --- a/templates/nominations/nomination_detail.html +++ b/templates/nominations/nomination_detail.html @@ -1,7 +1,7 @@ {% extends "psf/default.html" %} {% block page_title %} -Nomination for {{ nomination.name }} +Nomination for {{ nomination.name }} in {{ nomination.election.name }} Election | {{ SITE_INFO.site_name }} {% endblock %} diff --git a/templates/nominations/nominee_detail.html b/templates/nominations/nominee_detail.html index 22113a1a9..c337687c1 100644 --- a/templates/nominations/nominee_detail.html +++ b/templates/nominations/nominee_detail.html @@ -2,7 +2,7 @@ {% load nominations %} {% block page_title %} -Nomination for {{ nomination.name }} +Nominee for {{ election.name }} Election | {{ SITE_INFO.site_name }} {% endblock %} diff --git a/templates/nominations/nominee_list.html b/templates/nominations/nominee_list.html index 695ce8b14..b7738d713 100644 --- a/templates/nominations/nominee_list.html +++ b/templates/nominations/nominee_list.html @@ -2,7 +2,7 @@ {% load nominations %} {% block page_title %} -Nomination for {{ nomination.name }} +Nominees for {{ election.name }} Election | {{ SITE_INFO.site_name }} {% endblock %}