Fixes #756: problem with save form
[redakcja.git] / apps / wiki / forms.py
index e0c69fd..d8f425a 100644 (file)
@@ -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(