diff 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
line wrap: on
line diff
--- a/mysite/templates/band/gigs.html	Wed Nov 02 01:30:46 2011 +0000
+++ b/mysite/templates/band/gigs.html	Tue Nov 29 03:14:25 2011 +0000
@@ -103,7 +103,7 @@
    {% endfor %}
    </div>
    <div clear="all"></div>
-   <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>
+   <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>
 </div>
 {% endif %}