This commit is contained in:
2023-11-29 20:50:24 +03:00
parent d5bb15e695
commit 42cf20137b

View File

@@ -37,12 +37,12 @@
<div class="switch">
<div class="form_radio_btn">
<input class="{% if route.owner_type == 'mover' %}active {% else %} deactive{% endif %}" id="radio-1" type="radio" name="account_type" value="mover" >
<input class="{% if route.owner_type == 'mover' %}active {% else %} deactive{% endif %} el_form_find_route" id="radio-1" type="radio" name="owner_type" value="mover" >
<label for="radio-1">{% translate "Найти перевозчика" %}</label>
</div>
<div class="form_radio_btn">
<input class="{% if route.owner_type == 'customer' %}active {% else %} deactive{% endif %}" id="radio-2" type="radio" name="account_type" value="customer" checked>
<input class="{% if route.owner_type == 'customer' %}active {% else %} deactive{% endif %} el_form_find_route" id="radio-2" type="radio" name="owner_type" value="customer" checked>
<label for="radio-2">{% translate "Найти отправителя" %}</label>
</div>
</div>