Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2017-03-04 22:24:06 +01:00
parent 9d859ea22a
commit 1ee63ccbb6

View File

@@ -231,7 +231,6 @@ def rower_register_view(request):
theuser.email = email theuser.email = email
theuser.save() theuser.save()
therower = Rower(user=theuser) therower = Rower(user=theuser)
therower.save() therower.save()