comparison 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
comparison
equal deleted inserted replaced
39:b8e166ca993a 40:25e00d1b99bf
23 <a href="{{ article.get_pdf_url }}" target="_blank">Original article as PDF</a> 23 <a href="{{ article.get_pdf_url }}" target="_blank">Original article as PDF</a>
24 <a href="http://www.adobe.com/products/acrobat/readstep2.html"> 24 <a href="http://www.adobe.com/products/acrobat/readstep2.html">
25 <img src="{{ STATIC_URL }}images/get_adobe_reader.gif" alt="Adobe Reader" title="Get Adobe Reader" border="0" 25 <img src="{{ STATIC_URL }}images/get_adobe_reader.gif" alt="Adobe Reader" title="Get Adobe Reader" border="0"
26 align="middle" /></a> 26 align="middle" /></a>
27 {% endif %} 27 {% endif %}
28 <p><a href="{% url 'mysite.band.views.press_index' %}">Press index</a></p> 28 <p><a href="{% url 'band.views.press_index' %}">Press index</a></p>
29 {% endblock %} 29 {% endblock %}