X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2a6f98f4c11892c606ac1e77771f8ebf67039cb2..4e7aaa55651ce32fed3e729ff6b8da680a30fd36:/apps/wiki/forms.py diff --git a/apps/wiki/forms.py b/apps/wiki/forms.py index ac219b17..c2cb0eef 100644 --- a/apps/wiki/forms.py +++ b/apps/wiki/forms.py @@ -44,7 +44,7 @@ class DocumentTextSaveForm(forms.Form): ) stage = forms.ChoiceField( - choices=[(s, s) for s in STAGES], + choices=STAGES, required=False, label=_(u"Stage"), help_text=_(u"If completed a work stage, change to another one."),