X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4c48c47d0b84e516114c16ee191359166e93a51c..06e1d514d3ab31269add6b120fd9481c895fa449:/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..31c5b014 100644 --- a/apps/wiki/templates/wiki/save_dialog.html +++ b/apps/wiki/templates/wiki/save_dialog.html @@ -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 %}