X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d69fc5f16ed739c02685e7d695abf6de59c2bf5e..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/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 deleted file mode 100644 index 51bd6b98f..000000000 --- a/apps/picture/templates/picture/picture_detail.html +++ /dev/null @@ -1,17 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load picture_tags catalogue_tags pagination_tags %} -{% load thumbnail %} -{% load build_absolute_uri from fnp_common %} - - -{% block ogimage %}{% thumbnail picture.image_file "535" upscale="false" as thumb %}{{ thumb.url|build_absolute_uri:request }}{% endthumbnail %}{% endblock %} - - -{% block titleextra %}{{ picture.title }}{% endblock %} - -{% block bodyid %}picture-detail{% endblock %} - -{% block body %} - {% picture_wide picture %} -{% endblock %}