fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'obrazy' into rwd
[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 %}