image listings / boxes work but need polishing. started coding the viewer.
[wolnelektury.git] / apps / picture / templates / picture / picture_detail.html
1 {% extends "base.html" %}
2 {% load i18n %}
3 {% load picture_tags catalogue_tags pagination_tags %}
4 {% load thumbnail %}
5
6
7 {% block titleextra %}{{ picture.title }}{% endblock %}
8
9 {% block bodyid %}picture-detail{% endblock %}
10
11 {% block body %}
12   {% picture_wide picture %}
13 {% endblock %}