1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

Modified at_pattern, disable adding link to email in seahub_urlize; Fixed repo create bug

This commit is contained in:
ZhengXie
2012-10-09 10:20:04 +08:00
parent d209f6074e
commit 1c6a40636c
5 changed files with 10 additions and 11 deletions

View File

@@ -63,7 +63,7 @@ class RepoCreateForm(forms.Form):
"""
Form for creating repo and org repo.
"""
repo_name = forms.CharField(max_length=15, error_messages={
repo_name = forms.CharField(max_length=50, error_messages={
'required': '目录名不能为空',
'max_length': '目录名太长不超过50个字符'
})