X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4c48c47d0b84e516114c16ee191359166e93a51c..8132fc186eb0c5fd02c86828c3a4735754296d02:/apps/wiki/templates/wiki/save_dialog.html diff --git a/apps/wiki/templates/wiki/save_dialog.html b/apps/wiki/templates/wiki/save_dialog.html index c34eb9ec..b1330455 100644 --- a/apps/wiki/templates/wiki/save_dialog.html +++ b/apps/wiki/templates/wiki/save_dialog.html @@ -1,6 +1,6 @@ {% load i18n %}
-
+ {% csrf_token %}

{{ forms.text_save.comment.label }}

@@ -33,6 +33,15 @@ {{ forms.text_save.stage_completed.help_text }}

+ {% if can_pubmark %} +

+ {{ forms.text_save.publishable.label_tag }}: + {{ forms.text_save.publishable }} + {{ forms.text_save.publishable.help_text }} + +

+ {% endif %} + {% endif %} @@ -43,7 +52,7 @@

- +