X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..a3b153ea6e30da275edf3e34b8d2f8ca1bb436cc:/src/picture/templates/picture/picture_mini_box.html diff --git a/src/picture/templates/picture/picture_mini_box.html b/src/picture/templates/picture/picture_mini_box.html index 132f8fcc9..c1736a097 100644 --- a/src/picture/templates/picture/picture_mini_box.html +++ b/src/picture/templates/picture/picture_mini_box.html @@ -1,10 +1,9 @@ {% spaceless %} {% load thumbnail %} + {% with picture.author_unicode as author %}
- {% if with_link %} - {% endif %} {% if picture.image_file %} {{ author }} – {{ picture.title }} {% endif %} @@ -12,9 +11,8 @@ {{ author }} {{ picture.title }}
- {% if with_link %} - {% endif %}
-{% endspaceless %} \ No newline at end of file + {% endwith %} +{% endspaceless %}