Don't indent TC candidate lists

The Sphinx directive '   *' generates a blockquote'd list which isn't
needed for TC elections as we don't need nested lists like we do for PTL
elections.

Switch to a std. ul

Change-Id: I999a2823d421b24e80aacf71af41475a26c9888d
This commit is contained in:
Tony Breeds 2018-04-09 17:02:08 +10:00
parent 0975ae9435
commit 65dd336927
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
======================
{% for candidate in candidates['TC'] %}
* `{{ candidate['fullname'] }} ({{ candidate['ircname'] }}) <{{ candidate['url'] }}>`__
* `{{ candidate['fullname'] }} ({{ candidate['ircname'] }}) <{{ candidate['url'] }}>`__
{% endfor %}