comparison mysite/templates/band/press.html @ 27:c185fcf5817f

Fix links to press article pdf files.
author Brian Neal <bgneal@gmail.com>
date Wed, 30 Mar 2011 01:19:40 +0000
parents efb2da0b5d10
children
comparison
equal deleted inserted replaced
26:efb2da0b5d10 27:c185fcf5817f
28 {% endif %} 28 {% endif %}
29 {% if article.pdf and article.url %} 29 {% if article.pdf and article.url %}
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.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="{{ STATIC_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>