Merge "make candidate links in archives anonymous"

This commit is contained in:
Zuul 2018-11-06 21:56:26 +00:00 committed by Gerrit Code Review
commit 0c82ccca3c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Results
* {{ project.replace('_', ' ') }}
{% for candidate in candidates[project] %}{% if 'url' in candidate %}
* `{{ candidate['fullname'] }} ({{ candidate['ircname'] }}) <{{ candidate['url'] }}>`_
* `{{ candidate['fullname'] }} ({{ candidate['ircname'] }}) <{{ candidate['url'] }}>`__
{% endif %}{% endfor %}
{% endfor %}