# HG changeset patch # User Brian Neal # Date 1342291872 18000 # Node ID dc3b4368fb4e0915b39afa8fcd4ee6f7dbae67dd # Parent e882e1c9f0c040e0eceeffc3099ee348f531649b Tweak upcoming gigs tag HTML to prevent overflow. diff -r e882e1c9f0c0 -r dc3b4368fb4e madeira/templates/gigs/upcoming_gigs_tag.html --- a/madeira/templates/gigs/upcoming_gigs_tag.html Sat Apr 14 17:13:10 2012 -0500 +++ b/madeira/templates/gigs/upcoming_gigs_tag.html Sat Jul 14 13:51:12 2012 -0500 @@ -3,17 +3,22 @@

Upcoming Shows...

-
-{% for gig in gigs %} - {% if gig.flyer %} - +
+
+
+ {% for gig in gigs %} + {% if gig.flyer %} +
+ + - {% endif %} -{% endfor %} -
{{ gig.flyer.caption }} -
{{ gig.flyer.caption }}
-
+
+
+ {% endif %} + {% endfor %} + +