1.1.17 add YandexMetrika tag for create_routes, registration button in header/footer v2

This commit is contained in:
2024-06-25 13:10:32 +03:00
parent b6a0fcdf07
commit 4afe61546a
4 changed files with 9 additions and 9 deletions

View File

@@ -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>

View File

@@ -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 %}