mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 15:36:11 +01:00
[TASK] Change form method
This commit is contained in:
parent
525ebf0f8e
commit
0b16042f4b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<div class="col-8 mb-5">
|
<div class="col-8 mb-5">
|
||||||
<!-- TODO bg color classes not loaded in scss -->
|
<!-- TODO bg color classes not loaded in scss -->
|
||||||
|
|
||||||
<f:form action="search" additionalAttributes="{role: 'form'}">
|
<f:form action="search" additionalAttributes="{role: 'form'}" method="get">
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
|
|
Loading…
Reference in a new issue