Mercurial > public > sg101
comparison gpp/templates/contests/contest_detail.html @ 561:8f3b7f0d4d13
Minor tweak to contest template to clear floating images.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 06 Feb 2012 20:37:02 -0600 |
parents | 51fa1e0ca218 |
children | 0a8e6a9ccf53 |
comparison
equal
deleted
inserted
replaced
560:4e891919c63f | 561:8f3b7f0d4d13 |
---|---|
17 {% block content %} | 17 {% block content %} |
18 <h2><a href="{% url 'contests-index' %}">Contests</a></h2> | 18 <h2><a href="{% url 'contests-index' %}">Contests</a></h2> |
19 <h3><a href="{% url 'contests-contest' slug=contest.slug %}">{{ contest.title }}</a></h3> | 19 <h3><a href="{% url 'contests-contest' slug=contest.slug %}">{{ contest.title }}</a></h3> |
20 <div> | 20 <div> |
21 {{ contest.description|safe }} | 21 {{ contest.description|safe }} |
22 <br clear="all" /> | |
22 </div> | 23 </div> |
23 | 24 |
24 <h4>Contest Dates</h4> | 25 <h4>Contest Dates</h4> |
25 <p> | 26 <p> |
26 {% if contest.is_active %} | 27 {% if contest.is_active %} |