Skip to content

Commit

Permalink
Update urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkHeromagic authored May 1, 2018
1 parent 8ac6072 commit ed01750
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions online/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@
url(r'^logout/$', views.logout, name='logout'),
url(r'^loggedout/$', views.loggedout, name='loggedout'),
url(r'^registered/$', views.registered, name='registered'),
url(r'^password-reset/$', views.password_reset, name='reset_password'),
url(r'^password-reset/done/$', views.password_reset_done, name='password_reset_done'),

]

0 comments on commit ed01750

Please sign in to comment.