0.1.343 small bug fix with buttons style v.2
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<div class="button_container">
|
||||
<button
|
||||
onclick="document.location='{% url 'profile_page' 'create_route_for_customer' %}'"
|
||||
id="more_button">{% translate "Отправить посылку" %}</button>
|
||||
id="send_parcel_button">{% translate "Отправить посылку" %}</button>
|
||||
<a class="btn_a_anchor" href="#scroll_to_wrapper" id="how_it_work_b">
|
||||
<div class="text_in_btn_a_anchor">{% translate "Как это работает?" %}</div>
|
||||
</a>
|
||||
@@ -49,7 +49,7 @@
|
||||
<div class="button_container">
|
||||
<button
|
||||
onclick="document.location = '/ru/page/partners/'"
|
||||
id="more_button">{% translate "Читать подробнее" %}</button>
|
||||
id="send_parcel_button">{% translate "Читать подробнее" %}</button>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -203,7 +203,7 @@
|
||||
onclick="document.location='{% url 'profile_page' 'my_subscribe' %}'"
|
||||
>
|
||||
|
||||
<button id="more_button">{% translate "Получить" %}</button>
|
||||
<button id=send_parcel_button">{% translate "Получить" %}</button>
|
||||
</div>
|
||||
|
||||
<img id="box1" src="/static/img/png/Box5.png" alt="">
|
||||
|
||||
@@ -36,7 +36,9 @@
|
||||
</div>
|
||||
|
||||
<div class="button_container">
|
||||
<button id="more_button">{% translate "Перевезти посылку" %}</button>
|
||||
<button id="send_parcel_button">
|
||||
{% translate "Перевезти посылку" %}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user