0.0.236 bug fix tg 14:26
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
<h2 id=title_static>{{ page.title }}</h2>
|
||||
<span id="sub_title_static">{{ page.description }}</span>
|
||||
<div class="button_container">
|
||||
<button id="more_button">{% translate "Узнать подробнее" %}</button>
|
||||
<button
|
||||
onclick="document.location='{% url "static_page" "partners" %}'"
|
||||
id="more_button">{% translate "Узнать подробнее" %}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -62,8 +62,8 @@
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="clear_both"></div>
|
||||
</form>
|
||||
<div class="clear_both"></div>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -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