#6 Verifikacija emaila zavrsena.

This commit is contained in:
2025-02-13 16:38:29 +01:00
parent 39c3e250ed
commit 54ef0248f5
12 changed files with 115 additions and 7 deletions

View File

@@ -10,4 +10,6 @@ urlpatterns = [
),
path('logout/', LogoutView.as_view(), name='logout'),
path('signup/', v.SignUpView.as_view(), name='signup'),
path('confirm/<uuid:uuid>/', v.confirm_email, name='confirm_email'),
path('resend/<str:email>/', v.resend_confirmation, name='resend_confirmation'),
]