publishable in save dialog
[redakcja.git] / apps / wiki / templates / wiki / document_details.html
index d95603f..db003d2 100644 (file)
@@ -43,5 +43,7 @@
     {% 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 %}