This commit is contained in:
SBD
2023-11-26 19:32:25 +03:00
parent a5949294ec
commit 22cbd79fd1
2 changed files with 11 additions and 10 deletions

View File

@@ -1 +1,10 @@
{% load static %}
{% load static %}
<div class="container_sections_buttons">
<div class="cut-width container_content_sections_buttons">
{% for section in sections %}
<a href="{% url 'section_page' section.url %}" class="section_btn close standart_txt" data-url="{{ section.url }}">
<div class="txt_section standart_txt">{{ section.name }}</div>
</a>
{% endfor %}
</div>
</div>

View File

@@ -1,9 +1 @@
<div class="container_sections_buttons">
<div class="cut-width container_content_sections_buttons">
{% for section in sections %}
<a href="{% url 'section_page' section.url %}" class="section_btn close standart_txt" data-url="{{ section.url }}">
<div class="txt_section standart_txt">{{ section.name }}</div>
</a>
{% endfor %}
</div>
</div>
{% include 'blocks/dynamic/b_sections_buttons.html' %}