X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/595b994bd80cf1a6bc9a6d39fb95fc17a4999760..e3d6e94589c1356d3f8d1b7fc36d9f21d966e16a:/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."),