Mercurial > public > madeira
diff mysite/templates/band/gigs.html @ 40:25e00d1b99bf
Get rid of the project name 'mysite' from the source.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 14 Feb 2012 19:09:57 -0600 |
parents | 903260593491 |
children |
line wrap: on
line diff
--- a/mysite/templates/band/gigs.html Tue Feb 14 18:52:57 2012 -0600 +++ b/mysite/templates/band/gigs.html Tue Feb 14 19:09:57 2012 -0600 @@ -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 'mysite.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 'band.views.flyers' %}">show flyer gallery</a>.</p></center> </div> {% endif %}