quick fix for view being a POST, its now redirected to a GET, but I want to fix up the viewlist properly as well, should work for now though
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
<form id="main_form" method="POST">
|
||||
<input id="offset" type="hidden" name="offset" value="{{OPT.offset}}">
|
||||
<input id="grouping" type="hidden" name="grouping" value="">
|
||||
<input id="size" type="hidden" name="size" value="">
|
||||
<input id="cwd" type="hidden" name="cwd" value="">
|
||||
<input id="folders" type="hidden" name="folders" value="False">
|
||||
<div class="col col-auto">
|
||||
<div class="input-group">
|
||||
|
||||
Reference in New Issue
Block a user