1.1.17 add YandexMetrika tag for create_routes, registration button in header/footer v2
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<div class="fifth-column">
|
||||
<a
|
||||
class="fifth-column-first"
|
||||
onclick="ym(97070898,'reachGoal','reg_button_footer'); return true;"
|
||||
onclick="ym(97070898,'reachGoal','reg_button_footer'); return true"
|
||||
href="{% url "registration_page" %}">{% trans "Регистрация" %}</a>
|
||||
<a href="{% url "login_profile" %}">{% trans "Войти" %}</a>
|
||||
</div>
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
|
||||
{% block title %}
|
||||
{% if page_name == 'create_route_for_customer' %}
|
||||
{% trans 'Отправить посылку в другие города| TWB' %}
|
||||
{% trans 'Отправить посылку в другие города| TripWB' %}
|
||||
{% elif page_name == 'create_route_for_mover' %}
|
||||
{% trans 'Перевезти посылку в другие города | TWB' %}
|
||||
{% trans 'Перевезти посылку в другие города | TripWB' %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user