1.0.10 add description for news create_route_for_customer, create_route_for_mover
This commit is contained in:
@@ -13,6 +13,14 @@
|
||||
|
||||
{% block meta %}
|
||||
{# <script src='{% static "js/jquery_v3_6_4.js" %}'> </script>#}
|
||||
|
||||
{% block default_meta_description %}
|
||||
<meta name="description"
|
||||
content="{% if page_name == 'create_route_for_customer' %}{% blocktrans %}Доставка посылок и писем по всему СНГ ✓ Быстрее чем любая почта ✓ Низкая цена отправки посылки ✓ Бесплатный просчет стоимости отправки ➡️ Обращайтесь к нам{% endblocktrans %}{% elif page_name == 'create_route_for_mover' %}{% blocktrans %}Перевози посылки и получай бонусы ✓ TWB один из лидеров по экспресс доставке посылок ✓ Широкий перечень городов ✓ Бесплатный калькулятор стоимости перевозки посылки ➡️ Обращайтесь к нам{% endblocktrans %}{% endif %}">
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
<script src='{% static "js/ion.rangeSlider.min.js" %}'> </script>
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css" rel="stylesheet">
|
||||
<script src='{% static "js/user_profile.js" %}'> </script>
|
||||
|
||||
@@ -9,7 +9,11 @@
|
||||
<meta charset="UTF-8">
|
||||
{# <meta name="viewport" content="width=100%,maximum-scale=5,minimum-scale=1,initial-scale=1">#}
|
||||
<meta name="viewport" content="width=device-width,maximum-scale=1,minimum-scale=1,initial-scale=1,height=device-height">
|
||||
|
||||
{% if page.description %}
|
||||
<meta name="description" content="{{ page.description }}">
|
||||
{% else %}
|
||||
{% block default_meta_description %}{% endblock %}
|
||||
{% endif %}
|
||||
<meta name="vapid-key" content="{{ vapid_key }}">
|
||||
{% webpush_header %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user