We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba881e5 commit 7f4da4dCopy full SHA for 7f4da4d
templates/nominations/nomination_detail.html
@@ -1,7 +1,7 @@
1
{% extends "psf/default.html" %}
2
3
{% block page_title %}
4
-Nomination for {{ nomination.name }}
+Nomination for {{ nomination.name }} in {{ nomination.election.name }} Election
5
| {{ SITE_INFO.site_name }}
6
{% endblock %}
7
templates/nominations/nominee_detail.html
@@ -2,7 +2,7 @@
{% load nominations %}
+Nominee for {{ election.name }} Election
8
templates/nominations/nominee_list.html
+Nominees for {{ election.name }} Election
0 commit comments