0.0.09
This commit is contained in:
@@ -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>
|
||||||
@@ -1,9 +1 @@
|
|||||||
<div class="container_sections_buttons">
|
{% include 'blocks/dynamic/b_sections_buttons.html' %}
|
||||||
<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>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user