fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ticket #956: Inserting symbol in Edit window instead of main toolbar.
[redakcja.git]
/
apps
/
wiki
/
forms.py
diff --git
a/apps/wiki/forms.py
b/apps/wiki/forms.py
index
e48c5ea
..
d5c0ed5
100644
(file)
--- a/
apps/wiki/forms.py
+++ b/
apps/wiki/forms.py
@@
-23,7
+23,7
@@
class DocumentCreateForm(forms.Form):
Form used for creating new documents.
"""
title = forms.CharField()
Form used for creating new documents.
"""
title = forms.CharField()
- id = forms.RegexField(regex=ur"^[\wąćęłńóśźżĄĆĘŁŃÓŚŹŻ]+$")
+ id = forms.RegexField(regex=ur"^[
-
\wąćęłńóśźżĄĆĘŁŃÓŚŹŻ]+$")
file = forms.FileField(required=False)
text = forms.CharField(required=False, widget=forms.Textarea)
file = forms.FileField(required=False)
text = forms.CharField(required=False, widget=forms.Textarea)