0.0.131 search routes

This commit is contained in:
SBD
2025-01-24 21:43:03 +03:00
parent 04af851875
commit ca05de3d7d
18 changed files with 336 additions and 221 deletions

View File

@@ -7,10 +7,12 @@
<link rel="stylesheet" href="{% static "v2/css/widgets/w_select_country.css" %}">
<link rel="stylesheet" href="{% static "v2/css/widgets/w_datarangepicker.css" %}">
<link rel="stylesheet" href="{% static "v2/css/pages/p_search_route_results.css" %}">
<link rel="stylesheet" href="{% static "v2/css/widgets/w_route_card.css" %}">
<script src="{% static "v2/js/forms.js" %}"></script>
<script src="{% static "v2/js/widgets/w_select_country.js" %}"></script>
<script src="{% static "v2/js/widgets/w_daterangepicker.js" %}"></script>
<script src="{% static "v2/js/blocks/b_search_routes.js" %}"></script>
<script src="{% static "v2/js/widgets/w_route_card.js" %}"></script>
{% endblock %}
{% block content %}
@@ -18,8 +20,6 @@
{% include 'v2/blocks/b_search_routes.html' %}
<div class="routes_content_part">
{% include "v2/blocks/b_filter_routes.html" %}
<div>
</div>
<div class="routes_search_results"></div>
</div>
{% endblock %}