fix
This commit is contained in:
parent
57792b908d
commit
08433b13d8
@ -111,7 +111,7 @@ def register_racer(request):
|
|||||||
invoice_id = invoice_id + 1
|
invoice_id = invoice_id + 1
|
||||||
else:
|
else:
|
||||||
invoice_id = latest_racer.invoice_id + 1
|
invoice_id = latest_racer.invoice_id + 1
|
||||||
except User.DoesNotExist:
|
except Racer.DoesNotExist:
|
||||||
invoice_id = invoice_id + 1
|
invoice_id = invoice_id + 1
|
||||||
|
|
||||||
profile = request.user.profile
|
profile = request.user.profile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user