fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Editor update: fixes
[redakcja.git]
/
apps
/
wiki
/
forms.py
diff --git
a/apps/wiki/forms.py
b/apps/wiki/forms.py
index
3ef3ed1
..
137b072
100644
(file)
--- a/
apps/wiki/forms.py
+++ b/
apps/wiki/forms.py
@@
-46,7
+46,7
@@
class DocumentTextSaveForm(forms.Form):
)
comment = forms.CharField(
)
comment = forms.CharField(
- required=
Tru
e,
+ required=
Fals
e,
widget=forms.Textarea,
label=_(u"Your comments"),
help_text=_(u"Describe changes you made."),
widget=forms.Textarea,
label=_(u"Your comments"),
help_text=_(u"Describe changes you made."),
@@
-97,7
+97,7
@@
class DocumentTextRevertForm(forms.Form):
)
comment = forms.CharField(
)
comment = forms.CharField(
- required=
Tru
e,
+ required=
Fals
e,
widget=forms.Textarea,
label=_(u"Your comments"),
help_text=_(u"Describe the reason for reverting."),
widget=forms.Textarea,
label=_(u"Your comments"),
help_text=_(u"Describe the reason for reverting."),