X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c742d70c5285e01898721fc1a5ffe236781c7828..f3e8dfa015744bd72796fdd8eff0d81f863cdc46:/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 %}