summaryrefslogtreecommitdiff
path: root/templates/user_shifts.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user_shifts.html')
-rw-r--r--templates/user_shifts.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/user_shifts.html b/templates/user_shifts.html
index e25c5862..927f3cca 100644
--- a/templates/user_shifts.html
+++ b/templates/user_shifts.html
@@ -1,4 +1,4 @@
-<form action="" type="get">
+<form action="#shifts" type="get">
<fieldset class="form" id="filter"><legend>Filter</legend>
<input type="hidden" name="p" value="user_shifts">
%room_select%
@@ -6,6 +6,7 @@
%day_select%
%filled_select%
<div>%task_notice%</div>
+<div>%new_style_checkbox%</div>
<input class="button" type="submit" style="width: 100%;" value="%filter%">
</fieldset>
</form>