0.0.161
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<source srcset="{{ MEDIA_URL }}{{ block.picture }}">
|
||||
<img class="logo_3d_sec_designer_mobile" src="{{ MEDIA_URL }}{{ block.picture }}">
|
||||
</picture>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if block.description %}
|
||||
<div class="semi_large_semi_light{% if block.but1_title or block.but2_title or block.but1_icon or block.but2_icon %} plugin_description{% endif %}">
|
||||
{{ block.description|linebreaksbr }}
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<div class="cut-width sections_btns">
|
||||
<div class="container_content_sections_buttons">
|
||||
{% for section in sections %}
|
||||
<a href="{% url 'section_page' section.url %}" class="section_btn {% if section == cur_section or page == section %}open{% else %}close{% endif %} standart_txt pointer" data-url="{{ section.url }}">
|
||||
<a href="{% url 'section_page' section.url %}" class="section_btn {% if section == cur_section or page == section %}open{% else %}close{% endif %} pointer" data-url="{{ section.url }}">
|
||||
<div class="txt_section standart_semi_bold_txt">{{ section.name }}</div>
|
||||
<div class="description_sections_buttons">
|
||||
{% if section.description %}
|
||||
<div class="description_txt standart_txt">{{ section.description }}</div>
|
||||
<div class="description_txt ">{{ section.description }}</div>
|
||||
{% endif %}
|
||||
<div class="standart_txt line_go_to_sections"><span class="orange">{% translate "перейти в раздел" %}</span> <img class="img_go_to_section" src="{% static "/images/arrow_right_for_sections.svg" %}"></div>
|
||||
<div class=" line_go_to_sections"><span class="orange">{% translate "перейти в раздел" %}</span> <img class="img_go_to_section" src="{% static "/images/arrow_right_for_sections.svg" %}"></div>
|
||||
</div>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user