This commit is contained in:
SBD
2024-01-19 19:25:58 +03:00
parent ae6f52c9e3
commit 6c588496c8
2 changed files with 10 additions and 5 deletions

View File

@@ -32,11 +32,13 @@
</div>
</div>
</div>
{% if not forloop.last %}
<div class="how_dev_arrow_container">
<div class="how_dev_arrow_container">
{% if not forloop.last %}
<img class="img_how_arrow" src="{% static "images/how_dev_arrow.svg" %}">
</div>
{% endif %}
{% endif %}
</div>
</div>
{% endfor %}
</div>