This commit is contained in:
Martin Quarda 2024-10-13 08:17:14 +02:00
parent 57792b908d
commit 08433b13d8

View File

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