16 lines
341 B
HTML
16 lines
341 B
HTML
{% load static %}
|
|
|
|
<form name="find_route">
|
|
{% csrf_token %}
|
|
|
|
{% include "forms/f_find_route_form_main_find_routes.html" %}
|
|
|
|
<div class="block-find-route">
|
|
|
|
{% include "forms/f_find_route_filters_form.html" %}
|
|
|
|
{% include "blocks/b_finded_routes.html" %}
|
|
|
|
<div class="clear_both"></div>
|
|
</div>
|
|
</form> |