fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tags in editor metadata window
[redakcja.git]
/
apps
/
wiki
/
forms.py
diff --git
a/apps/wiki/forms.py
b/apps/wiki/forms.py
index
ac219b1
..
c2cb0ee
100644
(file)
--- a/
apps/wiki/forms.py
+++ b/
apps/wiki/forms.py
@@
-44,7
+44,7
@@
class DocumentTextSaveForm(forms.Form):
)
stage = forms.ChoiceField(
)
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."),
required=False,
label=_(u"Stage"),
help_text=_(u"If completed a work stage, change to another one."),