Mercurial > public > madeira
comparison mysite/templates/band/press_detail.html @ 26:efb2da0b5d10
Merging the django1.3 branch into trunk.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 30 Mar 2011 00:16:32 +0000 |
parents | 0dcfcdf50c62 |
children | 25e00d1b99bf |
comparison
equal
deleted
inserted
replaced
21:f3052378ab47 | 26:efb2da0b5d10 |
---|---|
1 {% extends 'band/base.html' %} | 1 {% extends 'band/base.html' %} |
2 {% load url from future %} | |
2 {% load markup %} | 3 {% load markup %} |
3 {% block title %}The Madeira | Press{% endblock %} | 4 {% block title %}The Madeira | Press{% endblock %} |
4 {% block content %} | 5 {% block content %} |
5 <h1>Madeira Press, Articles, & Reviews</h1> | 6 <h1>Madeira Press, Articles, & Reviews</h1> |
6 <h2>{{ article.title }}</h2> | 7 <h2>{{ article.title }}</h2> |
19 | | 20 | |
20 {% endif %} | 21 {% endif %} |
21 {% if article.pdf %} | 22 {% if article.pdf %} |
22 <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> |
23 <a href="http://www.adobe.com/products/acrobat/readstep2.html"> | 24 <a href="http://www.adobe.com/products/acrobat/readstep2.html"> |
24 <img src="{{ MEDIA_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" |
25 align="middle" /></a> | 26 align="middle" /></a> |
26 {% endif %} | 27 {% endif %} |
27 <p><a href="{% url mysite.band.views.press_index %}">Press index</a></p> | 28 <p><a href="{% url 'mysite.band.views.press_index' %}">Press index</a></p> |
28 {% endblock %} | 29 {% endblock %} |