| changeset 151 | 797460904f77 |
| parent 143 | c68983a2efac |
| child 155 | c1d03ab4baad |
--- a/src/iconolab/urls.py Mon Aug 22 12:46:43 2016 +0200 +++ b/src/iconolab/urls.py Tue Aug 23 18:01:08 2016 +0200 @@ -58,6 +58,7 @@ url(r'collections/(?P<collection_name>[a-z0-9\-]+)/search', IconolabSearchView.as_view(), name="collection_haystack_search"), url(r'^search/$', IconolabSearchView.as_view(), name="haystack_search"), + url(r'^compare/$', views.iconolab.TestView.as_view(), name="compare_view") #url(r'^search/', include('haystack.urls'), name="search_iconolab"), ]