mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-04 14:52:17 +02:00
Display popups to create and join team
This commit is contained in:
@ -5,7 +5,7 @@ from .views import SignupView, UserValidationEmailSentView, UserResendValidation
|
||||
app_name = "registration"
|
||||
|
||||
urlpatterns = [
|
||||
path("signup", SignupView.as_view(), name="signup"),
|
||||
path("signup/", SignupView.as_view(), name="signup"),
|
||||
path('validate_email/sent/', UserValidationEmailSentView.as_view(), name='email_validation_sent'),
|
||||
path('validate_email/resend/<int:pk>/', UserResendValidationEmailView.as_view(),
|
||||
name='email_validation_resend'),
|
||||
|
Reference in New Issue
Block a user