new user bug fix

This commit is contained in:
Holger Trampe 2021-10-10 21:45:17 +02:00
parent b80fb0fd15
commit c542b7e07a
1 changed files with 1 additions and 2 deletions

View File

@ -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