This commit is contained in:
2023-09-10 14:43:14 +03:00
parent b0f138489d
commit d14e2dcbbe
6 changed files with 50 additions and 65 deletions

View File

@@ -1,6 +1,9 @@
{% load static %}
<div class="block-finded-routes">
<div class="width-100 text-align-center {% if routes %}mb-10{% endif %}">
<img class="loader_filters_routes" src="{% static "img/svg/loader.svg" %}">
</div>
{% if not routes %}
{# <span style='color: #ff0000;font-weight: 800;font-size: 18px;padding: 10px;'>Нечего не найдено!</span>#}
<div class="not_found_routes show">
@@ -13,9 +16,7 @@
<img class="boxes_not_fond_routes right" src="{% static "/img/boxes_for_not_found_routes/b_2.svg" %}">
</div>
{% endif %}
<div class="width-100 text-align-center mb-10">
<img class="loader_filters_routes" src="{% static "img/svg/loader.svg" %}">
</div>
<div class="page_routes_1">
{% include "blocks/b_search_routes.html" %}
</div>