fixing shared url

This commit is contained in:
Qwann 2017-05-09 22:39:45 +02:00
parent d168c8c8e6
commit 609d743154

View file

@ -53,7 +53,7 @@ urlpatterns = [
Home.as_view(),
name='password_reset_done'),
# PASS RESET CONFIRM
url(r'^reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$',
url(r'^reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$',
auth_views.password_reset_confirm,
{
'template_name': 'users/user_form.html',