Skip to content

Commit

Permalink
removed description from front page, reformatted name
Browse files Browse the repository at this point in the history
  • Loading branch information
benadida committed Mar 11, 2014
1 parent a197fc0 commit 13c5093
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server_ui/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ <h2>{{ settings.SITE_TITLE }}</h2>
<p>
{% for election in elections %}
<div class="panel">
<a style="font-size: 1.4em;" href="{% url helios.views.election_shortcut election.short_name %}">{{election.name}}</a>{% if settings.SHOW_USER_INFO %} by {{election.admin.display_html_small|safe}}{% endif %}<br />
{{election.description}}
<a style="font-size: 1.4em;" href="{% url helios.views.election_shortcut election.short_name %}">{{election.name}}</a>{% if settings.SHOW_USER_INFO %}<br /> by {{election.admin.display_html_small|safe}}{% endif %}
</div>
<br />
{% endfor %}
Expand Down

0 comments on commit 13c5093

Please sign in to comment.