diff options
-rw-r--r-- | ogcp/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/views.py b/ogcp/views.py index 8e40ce6..2edcbc2 100644 --- a/ogcp/views.py +++ b/ogcp/views.py @@ -1555,7 +1555,7 @@ def delete_server(server): def save_user(form): - username = form.username.datk + username = form.username.data pwd_hash = hash_password(form.pwd.data) pwd_hash_confirm = hash_password(form.pwd_confirm.data) |