From aa630d13480329eae9a6592f2d66f812205e7672 Mon Sep 17 00:00:00 2001 From: Raz Date: Sat, 5 Apr 2025 22:40:23 +0200 Subject: [PATCH] fix register tournament --- tournaments/views.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tournaments/views.py b/tournaments/views.py index 1276e17..61ca4a8 100644 --- a/tournaments/views.py +++ b/tournaments/views.py @@ -54,6 +54,8 @@ from .services.tournament_unregistration import TournamentUnregistrationService from django.core.exceptions import ValidationError from .forms import ( ProfileUpdateForm, + SimpleCustomUserCreationForm, + SimpleForm ) from .utils.apns import send_push_notification from .utils.licence_validator import LicenseValidator