0.4.39 translate markers

This commit is contained in:
SDE
2024-01-05 18:33:07 +03:00
parent 67d547ba5b
commit b7e45cd871
6 changed files with 42 additions and 35 deletions

View File

@@ -9,7 +9,7 @@
<div class="footer_el">
<div class="footer_name_str medium_txt">
{# {{ item.name }}#}
Разделы
{% translate "Разделы" %}
</div>
{% if sections %}
@@ -34,7 +34,7 @@
<a href="{% if cont.opt_type == 'footer_email' %}mailto{% elif cont.opt_type == 'footer_phone' %}tel{% endif %}:{{ cont.value }}" class="standart_txt txt_footer">{{ cont.value }}</a>
{% endfor %}
</div>
<a href="{% url 'contacts' %}" class="btn_contacts_footer">Контакты</a>
<a href="{% url 'contacts' %}" class="btn_contacts_footer">{% translate "Контакты" %}</a>
</div>
</div>
</div>