diff options
| author | Bobby <[email protected]> | 2022-08-29 13:53:27 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-29 13:53:27 -0400 |
| commit | b3a2ca962b88bf007e2e9040212b471e29c00a7a (patch) | |
| tree | e9700a15cce0e06a4297597fff17e8e0c63d1642 /users/urls.py | |
| parent | 043693f0825285ffd130e4e9cdfd396e741852ff (diff) | |
| download | thatcomputerscientist-b3a2ca962b88bf007e2e9040212b471e29c00a7a.tar.xz thatcomputerscientist-b3a2ca962b88bf007e2e9040212b471e29c00a7a.zip | |
basic registration page with disabled registration
Diffstat (limited to 'users/urls.py')
| -rw-r--r-- | users/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/urls.py b/users/urls.py index 48b1d87b..3661d871 100644 --- a/users/urls.py +++ b/users/urls.py @@ -13,6 +13,7 @@ urlpatterns = [ path('verifyemail/<uidb64>/<token>', views.verify_email, name='verifyemail'), path('sendchangeuseremail', views.send_change_user_email, name='sendchangeuseremail'), path('changeemail/<uidb64>/<token>', views.change_email, name='changeemail'), + path('register', views.register, name='register'), ] # Configure Admin Site |
