diff mysite/templates/band/photos.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 efb2da0b5d10
children
line wrap: on
line diff
--- a/mysite/templates/band/photos.html	Tue Feb 14 18:52:57 2012 -0600
+++ b/mysite/templates/band/photos.html	Tue Feb 14 19:09:57 2012 -0600
@@ -18,7 +18,7 @@
 {% if galleries %}
    <ul>
    {% for gallery in galleries %}
-      <li><a href="{% url 'mysite.band.views.photo_detail' gallery.id %}">{{ gallery.title }}</a></li>
+      <li><a href="{% url 'band.views.photo_detail' gallery.id %}">{{ gallery.title }}</a></li>
    {% endfor %}
    </ul>
 {% else %}