diff --git a/RoutesApp/views.py b/RoutesApp/views.py index 5a947c7..bc6dc03 100644 --- a/RoutesApp/views.py +++ b/RoutesApp/views.py @@ -29,7 +29,8 @@ def route_search_results_View(request): Dict = { 'routes': routes_Dict['routes'], 'form': RouteForm(initial=data), - 'last_block_routes': routes_Dict['last_block_routes'] + 'last_block_routes': routes_Dict['last_block_routes'], + 'show_filter_and_results': True } t = loader.get_template('pages/p_results_find_route.html') diff --git a/templates/blocks/b_find_route_form.html b/templates/blocks/b_find_route_form.html index 6718bab..5035129 100644 --- a/templates/blocks/b_find_route_form.html +++ b/templates/blocks/b_find_route_form.html @@ -5,12 +5,14 @@ {% include "forms/f_find_route_form_main_find_routes.html" %} -