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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user