0.4.2
routes filter
This commit is contained in:
@@ -20,7 +20,7 @@ def route_search_results_View(request):
|
||||
if routes:
|
||||
Dict = {
|
||||
'routes': routes['routes'],
|
||||
'routesForm': RouteForm()
|
||||
'form': RouteForm()
|
||||
}
|
||||
|
||||
t = loader.get_template('pages/p_results_find_route.html')
|
||||
|
||||
Reference in New Issue
Block a user