14 lines
418 B
HTML
14 lines
418 B
HTML
{% extends 'tb_base.html' %}
|
|
{% load static %}
|
|
|
|
{% block meta %}
|
|
<script src='{% static "js/find_route.js" %}'></script>
|
|
<script src="{% static "js/filters_functions_find_route.js" %}"></script>
|
|
<script src="{% static "js/dynamic_loading_routes.js" %}"></script>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="cut-width">
|
|
{% include "blocks/b_find_route_form.html" %}
|
|
</div>
|
|
{% endblock %} |