This commit is contained in:
2023-10-05 19:29:12 +03:00
parent 01414ca4c6
commit 5fa470bd9c
3 changed files with 23 additions and 10 deletions

View File

@@ -18,4 +18,5 @@
{% endif %}
{#<div>{{ art.text|safe }}</div>#}
{% endfor %}
</div>
</div>
<div class="clear_both"></div>

View File

@@ -37,12 +37,13 @@
{% if last_block == False %}
<div class="text-align-center w-68 f-r">
<button class="button-find-more-routes" id="25" onclick="load_routes(this)">{% trans "Показать ещё 10" %}</button>
{% csrf_token %}
<button class="button-find-more-routes" id="25" onclick="load_routes(this,'news')">{% trans "Показать ещё 10" %}</button>
<div class="width-100 text-align-center mb-10">
<img class="loader_f_loading_routes" src="{% static "img/svg/loader.svg" %}">
</div>
</div>
{% endif %}
{# boris edited end#}
{% endblock %}