From 13c5093fd7bbb055a955619639e722feec935eba Mon Sep 17 00:00:00 2001 From: Ben Adida Date: Mon, 10 Mar 2014 21:17:25 -0700 Subject: [PATCH] removed description from front page, reformatted name --- server_ui/templates/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 %}