0.0.54 p search res

This commit is contained in:
SBD
2025-01-23 19:35:11 +03:00
parent da9dc4bb03
commit 15143188b7
6 changed files with 68 additions and 8 deletions

View File

@@ -3,9 +3,14 @@
{% load i18n %}
{% block meta %}
<link rel="stylesheet" href="{% static "v2/css/forms.css" %}">
<link rel="stylesheet" href="{% static "v2/css/widgets/w_select_country.css" %}">
<link rel="stylesheet" href="{% static "v2/css/widgets/w_datarangepicker.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>
{% endblock %}
{% block content %}
<div>HAHAHA!</div>
{% include 'v2/blocks/b_search_routes.html' %}
{% endblock %}