fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixes #756: problem with save form
[redakcja.git]
/
apps
/
wiki
/
forms.py
diff --git
a/apps/wiki/forms.py
b/apps/wiki/forms.py
index
e0c69fd
..
d8f425a
100644
(file)
--- a/
apps/wiki/forms.py
+++ b/
apps/wiki/forms.py
@@
-60,7
+60,7
@@
class DocumentTextSaveForm(forms.Form):
author_name = forms.CharField(
required=False,
label=_(u"Author"),
- help_text=_(u"Your name
/
"),
+ help_text=_(u"Your name"),
)
author_email = forms.EmailField(