0.1.342 small bug fix with buttons style

This commit is contained in:
2024-01-25 14:51:49 +03:00
parent cb79e47796
commit ccf016999b
3 changed files with 17 additions and 6 deletions

View File

@@ -17,15 +17,15 @@
{% if page.url == 'for_customers' %}
<button
onclick="document.location='{% url 'profile_page' 'create_route_for_customer' %}'"
id="more_button">{% translate "Отправить посылку" %}</button>
id="send_parcel_button">{% translate "Отправить посылку" %}
</button>
{% endif %}
{% if page.url == 'for_movers' %}
<button
onclick="document.location='{% url 'profile_page' 'create_route_for_mover' %}'"
id="more_button">{% translate "Перевезти посылку" %}</button>
id="send_parcel_button">{% translate "Перевезти посылку" %}</button>
{% endif %}
<a class="btn_a_anchor" href="#anchor_how_it_work" id="how_it_work_b">