Commit de419e4c6b22ec8fa84237062f8f350fde7e27a8

Authored by Gustavo Bernardo
1 parent 6148f4e2

Search URL included [Issue:#251]

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
@@ -14,4 +14,6 @@ urlpatterns = [ @@ -14,4 +14,6 @@ urlpatterns = [
14 url(r'^profile/change_password/$', views.Change_password.as_view(), name='change_password'), 14 url(r'^profile/change_password/$', views.Change_password.as_view(), name='change_password'),
15 url(r'^profile/remove_account/$', views.Remove_account.as_view(), name='remove_account'), 15 url(r'^profile/remove_account/$', views.Remove_account.as_view(), name='remove_account'),
16 url(r'^profile/delete/$', views.DeleteUser.as_view(), name='delete_profile'), 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 ]