0.4.39 translate markers
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user