diff 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
line wrap: on
line diff
--- a/gpp/templates/contests/contest_detail.html	Thu Feb 02 20:09:19 2012 -0600
+++ b/gpp/templates/contests/contest_detail.html	Mon Feb 06 20:37:02 2012 -0600
@@ -19,6 +19,7 @@
 <h3><a href="{% url 'contests-contest' slug=contest.slug %}">{{ contest.title }}</a></h3>
 <div>
    {{ contest.description|safe }}
+   <br clear="all" />
 </div>
 
 <h4>Contest Dates</h4>