mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-21 14:38:21 +02:00
Enable registration form
This commit is contained in:
@ -27,6 +27,8 @@ urlpatterns = [
|
||||
path('accounts/', include('django.contrib.auth.urls')),
|
||||
|
||||
path('api/', include('api.urls')),
|
||||
path('participation/', include('participation.urls')),
|
||||
path('registration/', include('registration.urls')),
|
||||
]
|
||||
|
||||
handler400 = bad_request
|
||||
|
Reference in New Issue
Block a user