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 %}