This commit is contained in:
SBD
2023-11-26 18:54:04 +03:00
parent eef2ca509a
commit 872f569fc3
24 changed files with 179 additions and 3 deletions

View File

@@ -1 +1,14 @@
{% extends 'tb_base.html' %}
{% extends 'tb_base.html' %}
{% block CONTENT %}
<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="{% url 'section_page' section.url %}">
<div class="txt_section standart_txt">{{ section.name }}</div>
</a>
{% endfor %}
</div>
</div>
{% endblock %}