TRI-293: add custom and mover handler + mover page poster

This commit is contained in:
2024-12-21 22:24:15 +03:00
parent 6044b302bb
commit b867ab7d02
15 changed files with 607 additions and 102 deletions

View File

@@ -111,7 +111,7 @@ def profile_page_View(request, page_name, id=None):
page_html = get_profile_page_content_html(request, page_name, id)
if not page_html:
raise Http404
if page_name == 'create_route_for_customer':
if page_name == 'create_route_for_customer' or page_name == 'create_route_for_mover':
tag = 'tb_base2.html'
else:
tag = 'tb_base.html'