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 20ae351 commit 23657dcCopy full SHA for 23657dc
elekto/templates/views/elections/candidate.html
@@ -22,7 +22,7 @@ <h1 class="banner-title space-lr">
22
<small class="badge badge-green" style="text-transform: none;">{{ candidate['ID'] }}</small> | <span>Running for {{ election['name'] }}</span>
23
</p>
24
{% for fieldname, info in candidate['fields'].items() %}
25
- <p>
+ <p class="banner-subtitle space-lr">
26
<small class="badge badge-green" style="text-transform: none;">{{ fieldname }}</small> | <span>{{ info }}</span>
27
28
{% endfor %}
0 commit comments