diff --git a/GeneralApp/views.py b/GeneralApp/views.py index e11c7a4..7819794 100644 --- a/GeneralApp/views.py +++ b/GeneralApp/views.py @@ -64,7 +64,7 @@ def StaticPageView(request, url): if url == '': return MainPage(request) - elif url in ('customer_search', 'mover_search'): + elif url in ('for_movers', 'for_customers'): Dict.update({'route_form': RouteForm(),}) # elif url == 'works': # return WorksPage(request) diff --git a/templates/blocks/b_find_route_form.html b/templates/blocks/b_find_route_form.html index 5035129..3250b10 100644 --- a/templates/blocks/b_find_route_form.html +++ b/templates/blocks/b_find_route_form.html @@ -1,18 +1,20 @@ {% load static %} -
+{% endif %} \ No newline at end of file diff --git a/templates/blocks/static_pages_blocks/b_customer_search.html b/templates/blocks/static_pages_blocks/b_customer_search.html index e69de29..ac5c32f 100644 --- a/templates/blocks/static_pages_blocks/b_customer_search.html +++ b/templates/blocks/static_pages_blocks/b_customer_search.html @@ -0,0 +1,3 @@ +