2.1.15 change cargo_type and transport_type names
This commit is contained in:
@@ -82,7 +82,7 @@ def get_profile_new_route_page_html(request, data):
|
||||
|
||||
if data['owner_type'] == 'mover':
|
||||
tpl = 'v2/blocks/b_make_mover_order.html'
|
||||
form.fields['type_transport'].choices = type_transport_choices[1:]
|
||||
form.fields['type_transport'].choices = type_transport_choices[:-1]
|
||||
else:
|
||||
tpl = 'v2/blocks/b_make_poster_order.html'
|
||||
form.fields['type_transport'].choices = type_transport_choices
|
||||
|
||||
Reference in New Issue
Block a user