Mercurial > public > sg101
changeset 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 | 4e891919c63f |
children | 98b373ca09f3 |
files | gpp/templates/contests/contest_detail.html |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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>