X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0bd51a33b9ffe994541ccd02fc850d47ac82ccec..0e9ce396fab5cdfc2f1806bae43f05de77cb1e21:/apps/catalogue/templates/catalogue/related_books.html diff --git a/apps/catalogue/templates/catalogue/related_books.html b/apps/catalogue/templates/catalogue/related_books.html index aad9742f5..219876e95 100755 --- a/apps/catalogue/templates/catalogue/related_books.html +++ b/apps/catalogue/templates/catalogue/related_books.html @@ -4,4 +4,7 @@ {% for book in books %} {% book_mini book %} {% endfor %} +{% for book in random_related %} + {% book_mini book %} +{% endfor %} {% endspaceless %} \ No newline at end of file