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