0.4.61 menu links problem

This commit is contained in:
SDE
2024-01-21 22:03:33 +03:00
parent 994e81af0c
commit ed0a22ec46

View File

@@ -10,7 +10,7 @@
{% if section.description %}
<div class="description_txt ">{{ section.description }}</div>
{% endif %}
<div class=" 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 class=" 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 %}