connect form on static_pages
This commit is contained in:
SDE
2023-09-03 14:13:44 +03:00
parent 18dd7ff1f1
commit df370606a6
5 changed files with 19 additions and 14 deletions

View File

@@ -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)