0.0.54 p search res
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user