From c542b7e07ab3c0e18b7a9a44a3750fc77e8bd4bb Mon Sep 17 00:00:00 2001 From: Holger Trampe Date: Sun, 10 Oct 2021 21:45:17 +0200 Subject: [PATCH] new user bug fix --- dasettings/views.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dasettings/views.py b/dasettings/views.py index 91da9d8..8987cb2 100644 --- a/dasettings/views.py +++ b/dasettings/views.py @@ -1716,8 +1716,7 @@ def NewUserFirstStep(request): # USER NOTIFICATIONS #user_notifications = UserNotifications.objects.create(user=newuser) #user_notifications.save() - - newuser.usernotifications = user_notifications + #newuser.usernotifications = user_notifications newuser.usertime = user_time