Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -46,9 +46,9 @@
|
||||
<div class="four-column">
|
||||
<div class="footer_text_inform">{% trans "Свяжитесь с нами:" %}</div>
|
||||
<div class="footer_text_contact">
|
||||
<div>
|
||||
<a href="tel:+77777777777">+ 7 (777) 777-77-77</a>
|
||||
</div>
|
||||
{# <div>#}
|
||||
{# <a href="tel:+77777777777">+ 7 (777) 777-77-77</a>#}
|
||||
{# </div>#}
|
||||
<div>
|
||||
<a href="mailto:sales@tripwb.com">sales@tripwb.com</a>
|
||||
</div>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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">
|
||||
@@ -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