1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00
This commit is contained in:
xiez
2012-08-10 21:20:01 +08:00
parent bfefa7df70
commit f15fecdcf1
2 changed files with 2 additions and 2 deletions

View File

@@ -1586,7 +1586,7 @@ def repo_create(request):
repo_name = form.cleaned_data['repo_name']
repo_desc = form.cleaned_data['repo_desc']
encrypted = form.cleaned_data['encryption']
passwd = form.cleasened_data['passwd']
passwd = form.cleaned_data['passwd']
passwd_again = form.cleaned_data['passwd_again']
user = request.user.username