0.7.16
connect form on static_pages
This commit is contained in:
@@ -1,18 +1,20 @@
|
||||
{% load static %}
|
||||
|
||||
<form name="find_route">
|
||||
{% csrf_token %}
|
||||
{% if route_form %}
|
||||
<form name="find_route">
|
||||
{% csrf_token %}
|
||||
|
||||
{% include "forms/f_find_route_form_main_find_routes.html" %}
|
||||
{% include "forms/f_find_route_form_main_find_routes.html" %}
|
||||
|
||||
{% if show_filter_and_results %}
|
||||
<div class="block-find-route">
|
||||
{% if show_filter_and_results %}
|
||||
<div class="block-find-route">
|
||||
|
||||
{% include "forms/f_find_route_filters_form.html" %}
|
||||
{% include "forms/f_find_route_filters_form.html" %}
|
||||
|
||||
{% include "blocks/b_finded_routes.html" %}
|
||||
{% include "blocks/b_finded_routes.html" %}
|
||||
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</form>
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</form>
|
||||
{% endif %}
|
||||
@@ -0,0 +1,3 @@
|
||||
<div class="cut-width">
|
||||
{% include "blocks/b_find_route_form.html" %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user