connect form on static_pages
This commit is contained in:
SDE
2023-09-03 14:13:44 +03:00
parent 18dd7ff1f1
commit df370606a6
5 changed files with 19 additions and 14 deletions

View File

@@ -98,7 +98,7 @@
<label style="opacity: 0">test</label>
{% if show_filter_and_results %}
<button onclick="filters_func_find_route_main(this,{{ owner_type }})">Найти</button>
{% else %}
{% else %}
<button onclick="filters_func_find_route_main(this,'{{ owner_type }}','{% url "route_search_results_View" %}')">Найти</button>
{% endif %}
</div>