0.0.272
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user