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

@@ -85,8 +85,8 @@ def ArticlesPageView(request, year=None):
Dict = get_articles(art_kwargs=kwargs) Dict = get_articles(art_kwargs=kwargs)
Dict.update({ Dict.update({
'page': { 'page': {
'title': _('Новости сервиса доставки посылок | TWB'), 'title': _('Новости сервиса доставки посылок | TripWB'),
'description': _('Обновления, полезные статьи и свежие новости от TWB ✓ Актуальные новости в мире доставок по всему СНГ ➡️ Следите за нашими новостями'), 'description': _('Обновления, полезные статьи и свежие новости от TripWB ✓ Актуальные новости в мире доставок по всему СНГ ➡️ Следите за нашими новостями'),
'keywords': _('Все новости сайта tripwb.com'), 'keywords': _('Все новости сайта tripwb.com'),
} }
}) })

View File

@@ -39,12 +39,12 @@ msgid "Статьи"
msgstr "Articles" msgstr "Articles"
#: ArticlesApp/views.py:88 #: ArticlesApp/views.py:88
msgid "Новости сервиса доставки посылок | TWB" msgid "Новости сервиса доставки посылок | TripWB"
msgstr "Parcel Delivery Service News | TWB" msgstr "Parcel Delivery Service News | TripWB"
#: ArticlesApp/views.py:89 ArticlesApp/views.py:90 #: ArticlesApp/views.py:89 ArticlesApp/views.py:90
msgid "Обновления, полезные статьи и свежие новости от TWB ✓ Актуальные новости в мире доставок по всему СНГ ➡️ Следите за нашими новостями" msgid "Обновления, полезные статьи и свежие новости от TripWB ✓ Актуальные новости в мире доставок по всему СНГ ➡️ Следите за нашими новостями"
msgstr "Updates, useful articles, and fresh news from TWB ✓ Current news in the world of deliveries throughout the CIS ➡️ Stay tuned for our updates" msgstr "Updates, useful articles, and fresh news from TripWB ✓ Current news in the world of deliveries throughout the CIS ➡️ Stay tuned for our updates"
#: AuthApp/admin.py:52 #: AuthApp/admin.py:52

View File

@@ -66,7 +66,7 @@
<div class="fifth-column"> <div class="fifth-column">
<a <a
class="fifth-column-first" 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> href="{% url "registration_page" %}">{% trans "Регистрация" %}</a>
<a href="{% url "login_profile" %}">{% trans "Войти" %}</a> <a href="{% url "login_profile" %}">{% trans "Войти" %}</a>
</div> </div>

View File

@@ -4,9 +4,9 @@
{% block title %} {% block title %}
{% if page_name == 'create_route_for_customer' %} {% if page_name == 'create_route_for_customer' %}
{% trans 'Отправить посылку в другие города| TWB' %} {% trans 'Отправить посылку в другие города| TripWB' %}
{% elif page_name == 'create_route_for_mover' %} {% elif page_name == 'create_route_for_mover' %}
{% trans 'Перевезти посылку в другие города | TWB' %} {% trans 'Перевезти посылку в другие города | TripWB' %}
{% endif %} {% endif %}
{% endblock %} {% endblock %}