fixing shared url
This commit is contained in:
parent
d168c8c8e6
commit
609d743154
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ urlpatterns = [
|
||||||
Home.as_view(),
|
Home.as_view(),
|
||||||
name='password_reset_done'),
|
name='password_reset_done'),
|
||||||
# PASS RESET CONFIRM
|
# 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,
|
auth_views.password_reset_confirm,
|
||||||
{
|
{
|
||||||
'template_name': 'users/user_form.html',
|
'template_name': 'users/user_form.html',
|
||||||
|
|
Loading…
Reference in a new issue