0.0.220
This commit is contained in:
21
templates/blocks/b_finded_routes.html
Normal file
21
templates/blocks/b_finded_routes.html
Normal file
@@ -0,0 +1,21 @@
|
||||
{% load static %}
|
||||
|
||||
<div class="block-finded-routes">
|
||||
{% if not routes %}
|
||||
<span style='color: #ff0000;font-weight: 800;font-size: 18px;padding: 10px;'>Нечего не найдено!</span>
|
||||
{% endif %}
|
||||
<img class="loader_filters_routes" src="{% static "img/svg/loader.svg" %}">
|
||||
<div class="page_routes_1">
|
||||
{% include "blocks/b_search_routes.html" %}
|
||||
</div>
|
||||
<div class="page_routes_2">
|
||||
|
||||
</div>
|
||||
{% if last_block_routes == false %}
|
||||
<div class="text-align-center">
|
||||
<button class="button-find-more-routes" id="25" onclick="load_routes(this)">Показать ещё 10</button>
|
||||
<img class="loader_f_loading_routes" src="{% static "img/svg/loader.svg" %}">
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user