1.1.23 add h1 for all pages

This commit is contained in:
ArtemB
2024-07-01 17:53:54 +03:00
parent 2400c334a9
commit 38c4f3426d
11 changed files with 39 additions and 15 deletions

View File

@@ -6,7 +6,8 @@
{% endif %}
{% if page.url == 'customer_service' %}
<h2 id=title_static>{% translate "Служба поддержки" %}</h2>
{# <h2 id=title_static>{% translate "Служба поддержки" %}</h2>#}
<h1 id=title_static>{% blocktrans %}Служба поддержки <span class="color_title">TripWB</span>{% endblocktrans %}</h1>
<span id="sub_title_static">{% translate "Пожалуйста опишите Ваш вопрос максимально подробно, а также укажите Ваш e-mail для обратной связи." %}</span>
{% endif %}