X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d3a175f9e18a22afc425afb669a77c79d128df74..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 b2f53bab..b1330455 100644 --- a/apps/wiki/templates/wiki/save_dialog.html +++ b/apps/wiki/templates/wiki/save_dialog.html @@ -1,6 +1,7 @@ {% load i18n %}
-
+ + {% csrf_token %}

{{ forms.text_save.comment.label }}

{{ forms.text_save.comment.help_text}} @@ -32,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 %} @@ -42,7 +52,7 @@

- +