search frame

parent eeeab92b
...@@ -5,6 +5,6 @@ from . import views ...@@ -5,6 +5,6 @@ from . import views
urlpatterns = [ urlpatterns = [
url(r'^$', views.map, name='map'), url(r'^$', views.map, name='map'),
url(r'^productlist/', views.producList, name='producList'), url(r'^productlist/', views.productList, name='productList'),
] ]
...@@ -28,7 +28,7 @@ def map(request): ...@@ -28,7 +28,7 @@ def map(request):
return render(request,'map.html',{"searchForm":form}) return render(request,'map.html',{"searchForm":form})
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
def producList(request): def productList(request):
""" """
View function for home page of site. View function for home page of site.
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment