|
|
@@ -19,7 +19,7 @@ class PageUpdateForm(forms.ModelForm):
|
|
19
|
19
|
and *content* field. The specified URL will be validated and check if
|
|
20
|
20
|
the same URL already exists in the system.
|
|
21
|
21
|
"""
|
|
22
|
|
- url = forms.CharField(max_length=20, required=False,
|
|
|
22
|
+ url = forms.CharField(max_length=128, required=False,
|
|
23
|
23
|
help_text="Example: '/about/contact/'. Make sure" + \
|
|
24
|
24
|
" to have leading and trailing slashes.")
|
|
25
|
25
|
|