0.0.3
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user