0.0.236 bug fix tg 14:26
This commit is contained in:
@@ -16,14 +16,18 @@
|
||||
<div class="button_container">
|
||||
|
||||
{% if page.url == 'for_customers' %}
|
||||
<button id="more_button">{% translate "Отправить посылку" %}</button>
|
||||
<button
|
||||
onclick="document.location='{% url 'profile_page' 'create_route_for_customer' %}'"
|
||||
id="more_button">{% translate "Отправить посылку" %}</button>
|
||||
{% endif %}
|
||||
{% if page.url == 'for_movers' %}
|
||||
<button id="more_button">{% translate "Перевезти посылку" %}</button>
|
||||
<button
|
||||
onclick="document.location='{% url 'profile_page' 'create_route_for_mover' %}'"
|
||||
id="more_button">{% translate "Перевезти посылку" %}</button>
|
||||
{% endif %}
|
||||
|
||||
<button
|
||||
onclick="scrollToEl(this)"
|
||||
onclick= "document.location='#title_static'"
|
||||
id="how_it_work_b">{% translate "Как это работает?" %}
|
||||
</button>
|
||||
</div>
|
||||
@@ -113,10 +117,14 @@
|
||||
|
||||
<div class="button_container">
|
||||
{% if page.url == 'for_customers' %}
|
||||
<button id="more_button">{% translate "Отправить посылку" %}</button>
|
||||
<button
|
||||
onclick="document.location='{% url 'profile_page' 'create_route_for_customer' %}'"
|
||||
id="more_button">{% translate "Отправить посылку" %}</button>
|
||||
{% endif %}
|
||||
{% if page.url == 'for_movers' %}
|
||||
<button id="more_button">{% translate "Перевезти посылку" %}</button>
|
||||
<button
|
||||
onclick="document.location='{% url 'profile_page' 'create_route_for_mover' %}'"
|
||||
id="more_button">{% translate "Перевезти посылку" %}</button>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="subscribes_container">
|
||||
|
||||
Reference in New Issue
Block a user