File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1515{% block user_content %}
1616
1717< div >
18+ < h1 > Your History of PSF Board Nominations</ h1 >
19+
1820 {% 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 >
2022
2123 {% if nominations.nominations_recieved|length > 0 %}
22- < h2 > Nominations Received</ h2 >
24+ < h3 > Nominations Received</ h3 >
2325 < ul >
2426 {% for nomination in nominations.nominations_recieved %}
2527 < li >
@@ -45,7 +47,7 @@ <h2>Nominations Received</h2>
4547 {% endif %}
4648
4749 {% if nominations.nominations_made|length > 0 %}
48- < h2 > Nominations Made</ h2 >
50+ < h3 > Nominations Made</ h3 >
4951 < ul >
5052 {% for nomination in nominations.nominations_made %}
5153 < li >
You can’t perform that action at this time.
0 commit comments