diff --git a/server_ui/templates/index.html b/server_ui/templates/index.html index b21b5026a..a2637ce9c 100644 --- a/server_ui/templates/index.html +++ b/server_ui/templates/index.html @@ -40,8 +40,7 @@

{{ settings.SITE_TITLE }}

{% for election in elections %}

- {{election.name}}{% if settings.SHOW_USER_INFO %} by {{election.admin.display_html_small|safe}}{% endif %}
- {{election.description}} + {{election.name}}{% if settings.SHOW_USER_INFO %}
by {{election.admin.display_html_small|safe}}{% endif %}

{% endfor %}