Remove extraneous search view

This commit is contained in:
Scot Hacker 2018-02-11 23:05:33 -08:00
parent 91c0075ccf
commit 0f018b8572
2 changed files with 0 additions and 16 deletions

View file

@ -40,12 +40,6 @@ urlpatterns = [
views.task_detail,
name='task_detail'),
# FIXME need both of these?
path(
'search-post/',
views.search_post,
name="search-post"),
path(
'search/',
views.search,