X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/28866d0f2520b7515f3c06e9b61bcce4f44d53b1..e0f595e44766e352edfce0aaf5d32be57f448882:/src/wiki/templates/wiki/document_details_base.html diff --git a/src/wiki/templates/wiki/document_details_base.html b/src/wiki/templates/wiki/document_details_base.html index 3bc94e41..a7009c50 100644 --- a/src/wiki/templates/wiki/document_details_base.html +++ b/src/wiki/templates/wiki/document_details_base.html @@ -26,10 +26,10 @@ data-chunk-id="{{ chunk.pk }}" style="display:none"> {{ chunk.book.slug }} + {{ chunk.book.catalogue_book.scans_gallery }} {{ chunk.book.gallery }} {% if chunk.gallery_start %}{{ chunk.gallery_start }}{% endif %} {{ revision }} - {{ request.GET.diff }} {% block meta-extra %} {% endblock %} @@ -44,6 +44,9 @@ {% block tabs-menu %}{% endblock %} + {% block tools-menu %} + {% endblock %} +