0.0.159
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
<div class="container_sections_buttons{% if main %} main{% else %} not_main{% endif %}">
|
||||
<div class="cut-width sections_btns">
|
||||
<div class="container_content_sections_buttons">
|
||||
@@ -9,7 +10,7 @@
|
||||
{% if section.description %}
|
||||
<div class="description_txt standart_txt">{{ section.description }}</div>
|
||||
{% endif %}
|
||||
<div class="standart_txt line_go_to_sections"><span class="orange">перейти в раздел</span> <img class="img_go_to_section" src="{% static "/images/arrow_right_for_sections.svg" %}"></div>
|
||||
<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>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user