Merge pull request #101 from e0ne/master
Fix issue #838054: Search form submit causes Forbidden (403) page
This commit is contained in:
commit
0a359002ef
@ -6,7 +6,7 @@
|
||||
{% if searchable %}
|
||||
<div class="right">
|
||||
<div class='search'>
|
||||
<form action='' method='post'>
|
||||
<form action='' method='post' onsubmit='return false;'>
|
||||
<fieldset>
|
||||
<label for='table_search'>Search</label>
|
||||
<input id='table_search' name='search' type='text' value='' />
|
||||
|
Loading…
x
Reference in New Issue
Block a user