diff options
author | Prabhu Ramachandran | 2018-05-09 19:19:55 +0530 |
---|---|---|
committer | GitHub | 2018-05-09 19:19:55 +0530 |
commit | 9248e11d935a0b80433bcc80f66fb4ad40f3adb3 (patch) | |
tree | fd3fe2bd36111658ff792b8549f906707c3b81fb /yaksh/urls_password_reset.py | |
parent | 31764f78f091122a745a7da2d98e18160cb35eba (diff) | |
parent | 3847021649a1abc2a7ccf589759aee9a84f2915d (diff) | |
download | online_test-9248e11d935a0b80433bcc80f66fb4ad40f3adb3.tar.gz online_test-9248e11d935a0b80433bcc80f66fb4ad40f3adb3.tar.bz2 online_test-9248e11d935a0b80433bcc80f66fb4ad40f3adb3.zip |
Merge pull request #466 from ankitjavalkar/remove-ctx-instance
Remove the context instance argument in views.py
Diffstat (limited to 'yaksh/urls_password_reset.py')
-rw-r--r-- | yaksh/urls_password_reset.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/urls_password_reset.py b/yaksh/urls_password_reset.py index c1e36c6..4a7ddf3 100644 --- a/yaksh/urls_password_reset.py +++ b/yaksh/urls_password_reset.py @@ -1,4 +1,4 @@ -from django.conf.urls import patterns, url +from django.conf.urls import url from django.contrib.auth.views import password_reset, password_reset_confirm,\ password_reset_done, password_reset_complete, password_change,\ password_change_done |