X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fdd62169ba22c4c1be2f2306b5339eadd74ffb6d..8132fc186eb0c5fd02c86828c3a4735754296d02:/apps/wiki/templates/wiki/document_details.html diff --git a/apps/wiki/templates/wiki/document_details.html b/apps/wiki/templates/wiki/document_details.html index d95603f6..2211c0a3 100644 --- a/apps/wiki/templates/wiki/document_details.html +++ b/apps/wiki/templates/wiki/document_details.html @@ -37,11 +37,14 @@ {% include "wiki/tabs/annotations_view.html" %} {% include "wiki/tabs/search_view.html" %} +
{% endblock %} {% block dialogs %} {% include "wiki/save_dialog.html" %} {% include "wiki/revert_dialog.html" %} {% include "wiki/tag_dialog.html" %} - {% include "wiki/pubmark_dialog.html" %} + {% if can_pubmark %} + {% include "wiki/pubmark_dialog.html" %} + {% endif %} {% endblock %}