0.0.221
This commit is contained in:
@@ -96,6 +96,10 @@
|
||||
</div>
|
||||
<div class="cont-el-form-search-carrier el_form_find_route">
|
||||
<label style="opacity: 0">test</label>
|
||||
<button onclick="filters_func_find_route_main(this)">Найти</button>
|
||||
{% if show_filter_and_results %}
|
||||
<button onclick="filters_func_find_route_main(this,{{ owner_type }})">Найти</button>
|
||||
{% else %}
|
||||
<button onclick="filters_func_find_route_main(this,'{{ owner_type }}','{% url "route_search_results_View" %}')">Найти</button>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,4 +1,11 @@
|
||||
{% 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 %}
|
||||
{% include "blocks/b_find_route_form.html" %}
|
||||
|
||||
Reference in New Issue
Block a user