Mercurial > public > madeira
comparison mysite/templates/band/photo_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 | f61db5f82549 |
children |
comparison
equal
deleted
inserted
replaced
39:b8e166ca993a | 40:25e00d1b99bf |
---|---|
22 {% for photo in photos %} | 22 {% for photo in photos %} |
23 <a href="{{ photo.image.url }}" class="fancybox" rel="madeira-gallery"> | 23 <a href="{{ photo.image.url }}" class="fancybox" rel="madeira-gallery"> |
24 <img src="{{ photo.get_thumbnail_url }}" alt="{{ photo.caption }}" title="{{ photo.caption }}" /></a> | 24 <img src="{{ photo.get_thumbnail_url }}" alt="{{ photo.caption }}" title="{{ photo.caption }}" /></a> |
25 {% endfor %} | 25 {% endfor %} |
26 </div> | 26 </div> |
27 <center><a href="{% url 'mysite.band.views.photos_index' %}">Photo gallery index</a></center> | 27 <center><a href="{% url 'band.views.photos_index' %}">Photo gallery index</a></center> |
28 | 28 |
29 {% endblock %} | 29 {% endblock %} |