diff mysite/templates/band/press_detail.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/press_detail.html	Tue Feb 14 18:52:57 2012 -0600
+++ b/mysite/templates/band/press_detail.html	Tue Feb 14 19:09:57 2012 -0600
@@ -25,5 +25,5 @@
    <img src="{{ STATIC_URL }}images/get_adobe_reader.gif" alt="Adobe Reader" title="Get Adobe Reader" border="0"
    align="middle" /></a>
 {% endif %}
-<p><a href="{% url 'mysite.band.views.press_index' %}">Press index</a></p>
+<p><a href="{% url 'band.views.press_index' %}">Press index</a></p>
 {% endblock %}