This commit is contained in:
2023-10-06 18:00:54 +03:00
parent 21b873c80d
commit 67a51c882a
10 changed files with 494 additions and 54 deletions

View File

@@ -12,20 +12,23 @@
{% include "forms/f_find_route_filters_form.html" %}
{% include "blocks/b_finded_routes.html" %}
<div class="block_w_paging routes">
{% include "blocks/b_finded_routes.html" %}
<div class="clear_both"></div>
<div class="clear_both"></div>
{% if last_block_routes == False %}
<div class="text-align-center w-68 f-r">
<button class="button-find-more-routes" id="{{ last_el }}" 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" %}">
{% if last_block_routes == False %}
<div class="text-align-center">
<button class="button-find-more-routes" id="{{ last_el }}" 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>
</div>
{% endif %}
{% endif %}
</div>
<div class="clear_both"></div>
</div>
{% endif %}