0.0.27 my routes

This commit is contained in:
SBD
2025-01-14 19:11:20 +03:00
parent a68d469eda
commit b7a830ab6f
8 changed files with 11 additions and 9 deletions

View File

@@ -84,7 +84,7 @@ def get_profile_new_route_page_html(request, data):
tpl = 'v2/blocks/b_make_mover_order.html'
form.fields['type_transport'].choices = type_transport_choices[:-1]
else:
tpl = 'v2/blocks/b_make_poster_order.html'
tpl = 'v2/blocks/b_make_customer_route.html'
form.fields['type_transport'].choices = type_transport_choices
Dict.update({'owner_type': data['owner_type']})