forked from GNUsocial/gnu-social
[COMPONENT][Search][UI] Fix template, which included the search builder form inside the search form, chaos ensuing
This commit is contained in:
parent
de795b78f9
commit
6ab740d780
@ -38,6 +38,7 @@
|
||||
{% endif %}
|
||||
{{ form_row(search_form.submit_search) }}
|
||||
</section>
|
||||
{{ form_end(search_form)}}
|
||||
|
||||
<section class="section-widget">
|
||||
<details class="section-widget-subtitle-details">
|
||||
@ -83,8 +84,6 @@
|
||||
</section>
|
||||
</section>
|
||||
|
||||
{{ form_end(search_form)}}
|
||||
|
||||
<section class="section-widget section-padding">
|
||||
<h2>{% trans %}Results{% endtrans %}</h2>
|
||||
<div class="section-widget section-padding feed-empty">
|
||||
|
Loading…
Reference in New Issue
Block a user