1.1.17 add YandexMetrika tag for create_routes, registration button in header/footer v2
This commit is contained in:
@@ -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'),
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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 %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user