Skip to content

Commit

Permalink
Tinker with text alignment.
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Berkus <[email protected]>
  • Loading branch information
jberkus committed Oct 6, 2021
1 parent 20ae351 commit 23657dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elekto/templates/views/elections/candidate.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1 class="banner-title space-lr">
<small class="badge badge-green" style="text-transform: none;">{{ candidate['ID'] }}</small> | <span>Running for {{ election['name'] }}</span>
</p>
{% for fieldname, info in candidate['fields'].items() %}
<p>
<p class="banner-subtitle space-lr">
<small class="badge badge-green" style="text-transform: none;">{{ fieldname }}</small> | <span>{{ info }}</span>
</p>
{% endfor %}
Expand Down

0 comments on commit 23657dc

Please sign in to comment.