0.0.170 add button for pagination in news

This commit is contained in:
2023-10-05 18:55:50 +03:00
parent b0640e88f9
commit 16c32ebdfb

View File

@@ -46,6 +46,14 @@
{% endfor %}
</div>
{% 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>
<div class="width-100 text-align-center mb-10">
<img class="loader_f_loading_routes" src="{% static "img/svg/loader.svg" %}">
</div>
</div>
{% endif %}
{% endblock %}