X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ab6d1311a5ddff7151ff0c574a202a7bcd0dfcc0..eeb6424401e4ab36f9bcdb017b36b2957a4e06f2:/src/picture/templates/picture/2022/picture_detail.html diff --git a/src/picture/templates/picture/2022/picture_detail.html b/src/picture/templates/picture/2022/picture_detail.html index 2c897ae78..d9707c7af 100644 --- a/src/picture/templates/picture/2022/picture_detail.html +++ b/src/picture/templates/picture/2022/picture_detail.html @@ -1,4 +1,5 @@ {% extends '2022/base.html' %} +{% load i18n %} {% load chunks %} {% load static %} @@ -16,12 +17,42 @@
-
+
@@ -48,7 +79,7 @@
{% thumbnail picture.image_file "850" upscale=0 as thumb %} - + {% endthumbnail %}
@@ -57,7 +88,7 @@
- {% for author in picture.authors %} + {% for tag in picture.authors %}
{% include 'catalogue/2022/author_box.html' %}