new user bug fix
This commit is contained in:
parent
b80fb0fd15
commit
c542b7e07a
|
|
@ -1716,8 +1716,7 @@ def NewUserFirstStep(request):
|
||||||
# USER NOTIFICATIONS
|
# USER NOTIFICATIONS
|
||||||
#user_notifications = UserNotifications.objects.create(user=newuser)
|
#user_notifications = UserNotifications.objects.create(user=newuser)
|
||||||
#user_notifications.save()
|
#user_notifications.save()
|
||||||
|
#newuser.usernotifications = user_notifications
|
||||||
newuser.usernotifications = user_notifications
|
|
||||||
newuser.usertime = user_time
|
newuser.usertime = user_time
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue