0.0.29
This commit is contained in:
@@ -5,18 +5,19 @@
|
||||
<div class="cut-width">
|
||||
<div class="flex_container_footer">
|
||||
<div class="footer_els_container">
|
||||
{% for service in services %}
|
||||
{% for item in sections %}
|
||||
<div class="footer_el">
|
||||
<div class="footer_name_str medium_txt">
|
||||
{{ service.name }}
|
||||
{# {{ item.name }}#}
|
||||
Разделы
|
||||
</div>
|
||||
|
||||
{% if service.rel_children_for_service.all %}
|
||||
{% if sections %}
|
||||
<div class="footer_el_childs">
|
||||
{% for sub_serv in service.rel_children_for_service.all %}
|
||||
<div class="footer_name_str standart_semi_bold_txt">
|
||||
{{ service.name }}
|
||||
</div>
|
||||
{% for sub_item in sections %}
|
||||
<a href="{% url 'section_page' sub_item.url %}" class="footer_name_str standart_semi_bold_txt">
|
||||
{{ sub_item.name }}
|
||||
</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
@@ -28,8 +29,10 @@
|
||||
<div class="logo_container_footer">
|
||||
<img src="{{ logo }}" class="logo_footer">
|
||||
</div>
|
||||
<div class="standart_txt">+1 234 5678901</div>
|
||||
<div class="standart_txt">company@aerbim.com</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>
|
||||
</div>
|
||||
<button class="btn_contacts_footer">Контакты</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{% load i18n %}
|
||||
{% load admin_interface_tags %}
|
||||
|
||||
<div class="header">
|
||||
<div class="header" data-page="{{ main }}">
|
||||
<div class="cut-width">
|
||||
<div class="left_part_header">
|
||||
{# <img src="{% static "images/logo.svg" %}" class="logo_header">#}
|
||||
|
||||
Reference in New Issue
Block a user