comparison mysite/templates/band/gigs.html @ 34:903260593491

Reworking settings.py to a settings package.
author Brian Neal <bgneal@gmail.com>
date Tue, 29 Nov 2011 03:14:25 +0000
parents a404f93a68d3
children 25e00d1b99bf
comparison
equal deleted inserted replaced
33:7d8015de651a 34:903260593491
101 </table> 101 </table>
102 </div> 102 </div>
103 {% endfor %} 103 {% endfor %}
104 </div> 104 </div>
105 <div clear="all"></div> 105 <div clear="all"></div>
106 <center><p>To see all our flyers in full size, check out our <a href="{% url 'band.views.flyers' %}">show flyer gallery</a>.</p></center> 106 <center><p>To see all our flyers in full size, check out our <a href="{% url 'mysite.band.views.flyers' %}">show flyer gallery</a>.</p></center>
107 </div> 107 </div>
108 {% endif %} 108 {% endif %}
109 109
110 {% if previous %} 110 {% if previous %}
111 <h2>Previous Shows</h2> 111 <h2>Previous Shows</h2>