X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/a6767b2d034dcf53d6e88b3e0b6eadfebc5adab1..a4f5747875aa0fb598e69d2200ef431c2fb7f1e9:/src/cover/templates/cover/image_detail.html diff --git a/src/cover/templates/cover/image_detail.html b/src/cover/templates/cover/image_detail.html index db9b176f..4b8f73f7 100644 --- a/src/cover/templates/cover/image_detail.html +++ b/src/cover/templates/cover/image_detail.html @@ -1,4 +1,4 @@ -{% extends "catalogue/base.html" %} +{% extends "documents/base.html" %} {% load i18n %} {% load thumbnail %} {% load build_absolute_uri from fnp_common %} @@ -10,19 +10,13 @@
- +
{{ object.title }} by {{ object.author }}, {% if object.license_url %}{% endif %} {{ object.license_name }} {% if object.license_url %}{% endif %} - -
{% trans "source" %}: {{ object.download_url }}
@@ -52,8 +46,8 @@ {% endblock %}