X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b2422020bc864b75f31c215b34692468cc03ce92..1ca6872afcca0bb6fb4c0c11fdad3b760a2362a1:/apps/picture/templates/picture/picture_detail.html diff --git a/apps/picture/templates/picture/picture_detail.html b/apps/picture/templates/picture/picture_detail.html new file mode 100644 index 000000000..ef4042c96 --- /dev/null +++ b/apps/picture/templates/picture/picture_detail.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} +{% load i18n %} +{% load picture_tags catalogue_tags pagination_tags %} +{% load thumbnail %} + + +{% block titleextra %}{{ picture.title }}{% endblock %} + +{% block bodyid %}picture-detail{% endblock %} + +{% block body %} + {% picture_wide picture %} +{% endblock %}