This commit is contained in:
SBD
2023-12-22 18:05:10 +05:00
parent 3bd389ae02
commit 1b63fd89bf
2 changed files with 23 additions and 14 deletions

View File

@@ -30,8 +30,9 @@
<img src="{{ logo }}" class="logo_footer">
</div>
<div class="inf_contacts_footer">
<div class="standart_txt txt_footer">+1 234 5678901</div>
<div class="standart_txt txt_footer">company@aerbim.com</div>
{% for cont in footer_contacts %}
<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>
</div>