Merge "Ensure PTL candidate list is sorted"

This commit is contained in:
Zuul 2019-03-08 20:15:44 +00:00 committed by Gerrit Code Review
commit 1f10a94266

View File

@ -1,6 +1,6 @@
{{ election.capitalize() }} PTL Candidates
======================
{% for project in projects %}{% if project != 'TC' %}
{% for project in projects|sort %}{% if project != 'TC' %}
* {{ project.replace('_', ' ') }}
{% for candidate in candidates[project] %}