0.0.4 fix text for contact page

This commit is contained in:
2024-04-03 10:38:14 +03:00
parent 4981bdcaa6
commit 6043e1f5a7
2 changed files with 2 additions and 2 deletions

View File

@@ -507,7 +507,7 @@
text-align: center;
margin: 40px 0;
max-width: 90px;
margin-left: 40%;
margin-left: 43%;
}
.footer_text_sub{

View File

@@ -2,7 +2,7 @@
{% load static %}
{% if page.url == 'contacts' or page.url == 'about_service' %}
<div id=title_static>{% blocktrans %}Мы всегда на <span class="color_title">связи</span>!{% endblocktrans %}</div>
<div id=title_static>{% blocktrans %}Мы всегда на <span class="color_title">связи!</span>{% endblocktrans %}</div>
<span id="sub_title_static">{% translate "У вас есть вопрос? Отправьте нам сообщение" %}</span>
{% endif %}