This commit is contained in:
2023-09-02 19:18:36 +03:00
parent 45fb9d0060
commit 63879809fd
4 changed files with 80 additions and 40 deletions

View File

@@ -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>