mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2025-07-10 05:53:16 -07:00
add registration
This commit is contained in:
@ -8,6 +8,7 @@ app_name = "accounts"
|
||||
|
||||
urlpatterns = [
|
||||
path('login/', log_in, name='login'),
|
||||
path('register/', views.register, name='register'),
|
||||
path('logout/', views.log_out, name='logout'),
|
||||
path('edit-profile/', views.edit_profile, name='edit_profile'),
|
||||
path('password-change/', views.password_change, name='password_change'),
|
||||
|
Reference in New Issue
Block a user