X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a94e848fd865f0a887850e4858dab64c426b10db..3276983123b2b6c99285d2a10820255f433deec8:/src/references/templates/references/popup.html diff --git a/src/references/templates/references/popup.html b/src/references/templates/references/popup.html new file mode 100644 index 000000000..506cb3292 --- /dev/null +++ b/src/references/templates/references/popup.html @@ -0,0 +1,11 @@ +{% load thumbnail %} +

{{ entity.label }}

+ +
+{% for ref in entity.reference_set.all %} + + {% thumbnail ref.book.cover_clean '150x150' as th %} + {{ ref.book.pretty_title }} + {% endthumbnail %} + +{% endfor %}