|
|
@ -28,7 +28,7 @@ urlpatterns = [
|
|
|
|
path('activate/<uidb64>/<token>/', views.activate, name='activate'),
|
|
|
|
path('activate/<uidb64>/<token>/', views.activate, name='activate'),
|
|
|
|
path('confirmation-sent/', views.confirmation_sent, name='activation_sent'),
|
|
|
|
path('confirmation-sent/', views.confirmation_sent, name='activation_sent'),
|
|
|
|
path('forgot-password/', views.forgot_password, name='forgot-password'),
|
|
|
|
path('forgot-password/', views.forgot_password, name='forgot-password'),
|
|
|
|
path('reset-password/<uidb64>/<token>/', views.forgot_password, name='forgot-password'),
|
|
|
|
path('reset-password/<uidb64>/<token>/', views.reset_password, name='forgot-password'),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
path('go_online/', views.go_online, name='go_online'),
|
|
|
|
path('go_online/', views.go_online, name='go_online'),
|
|
|
|