minor fix

pull/128/head
Aevann 2023-02-19 21:59:59 +02:00
parent 15c303f9f2
commit 6ebd6aaaf1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{% endblock %}
{% block PseudoSubmitForm %}
<form id="large_searchbar" class="form-inline search flex-nowrap mx-0 mx-lg-auto mb-0 mt-3" action="/search/{% if '/posts' in request.path %}posts{% elif '/comments' in request.path %}comments{% else %}users{% endif %}" method="get">
<form id="large_searchbar" class="form-inline search flex-nowrap mx-0 mx-lg-auto mb-0 mt-3" action="{{request.path}}" method="get">
<input autocomplete="off" class="form-control w-100" type="search" placeholder="Search" name="q" value="{{query}}">
<span class="input-group-append">
<span class="input-group-text border-0 bg-transparent" style="margin-left: -2.5rem;">