File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 15
15
{% block user_content %}
16
16
17
17
< div >
18
+ < h1 > Your History of PSF Board Nominations</ h1 >
19
+
18
20
{% for election, nominations in elections.items %}
19
- < h1 > < a href ="{% url 'nominations:nominees_list' election=election.slug %} "> {{ election.name }} Election</ a > </ h1 >
21
+ < h2 > < a href ="{% url 'nominations:nominees_list' election=election.slug %} "> {{ election.name }} Election</ a > </ h2 >
20
22
21
23
{% if nominations.nominations_recieved|length > 0 %}
22
- < h2 > Nominations Received</ h2 >
24
+ < h3 > Nominations Received</ h3 >
23
25
< ul >
24
26
{% for nomination in nominations.nominations_recieved %}
25
27
< li >
@@ -45,7 +47,7 @@ <h2>Nominations Received</h2>
45
47
{% endif %}
46
48
47
49
{% if nominations.nominations_made|length > 0 %}
48
- < h2 > Nominations Made</ h2 >
50
+ < h3 > Nominations Made</ h3 >
49
51
< ul >
50
52
{% for nomination in nominations.nominations_made %}
51
53
< li >
You can’t perform that action at this time.
0 commit comments