Commit de419e4c6b22ec8fa84237062f8f350fde7e27a8
1 parent
6148f4e2
Exists in
master
and in
5 other branches
Search URL included [Issue:#251]
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
users/urls.py
... | ... | @@ -14,4 +14,6 @@ urlpatterns = [ |
14 | 14 | url(r'^profile/change_password/$', views.Change_password.as_view(), name='change_password'), |
15 | 15 | url(r'^profile/remove_account/$', views.Remove_account.as_view(), name='remove_account'), |
16 | 16 | url(r'^profile/delete/$', views.DeleteUser.as_view(), name='delete_profile'), |
17 | + url(r'^search/$', views.SearchView.as_view(), name='search'), | |
18 | + | |
17 | 19 | ] | ... | ... |