comparison mysite/templates/band/press.html @ 24:ead7bd49c9e0 django1.3

Changes to support Django 1.3
author Brian Neal <bgneal@gmail.com>
date Tue, 29 Mar 2011 01:51:10 +0000
parents 0dcfcdf50c62
children c185fcf5817f
comparison
equal deleted inserted replaced
23:6ad81d6a86bf 24:ead7bd49c9e0
30 | 30 |
31 {% endif %} 31 {% endif %}
32 {% if article.pdf %} 32 {% if article.pdf %}
33 <a href="{{ article.get_pdf_url }}" target="_blank">Original article as PDF</a> 33 <a href="{{ article.get_pdf_url }}" target="_blank">Original article as PDF</a>
34 <a href="http://www.adobe.com/products/acrobat/readstep2.html"> 34 <a href="http://www.adobe.com/products/acrobat/readstep2.html">
35 <img src="{{ MEDIA_URL }}images/get_adobe_reader.gif" alt="Adobe Reader" title="Get Adobe Reader" border="0" 35 <img src="{{ STATIC_URL }}images/get_adobe_reader.gif" alt="Adobe Reader" title="Get Adobe Reader" border="0"
36 align="middle" /></a> 36 align="middle" /></a>
37 {% endif %} 37 {% endif %}
38 <p><a class="intLink" href="#Contents">Top</a></p> 38 <p><a class="intLink" href="#Contents">Top</a></p>
39 {% endfor %} 39 {% endfor %}
40 40