diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user_shifts.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/user_shifts.html b/templates/user_shifts.html new file mode 100644 index 00000000..4ea3781e --- /dev/null +++ b/templates/user_shifts.html @@ -0,0 +1,24 @@ +<p> + Select room: %room_select% +</p> +<p> + Select day: %day_select% +</p> +<table> + <thead> + <tr> + <th> + Timeslot + </th> + <th> + Shift + </th> + <th> + Entries + </th> + </tr> + </thead> + <tbody> + %shifts_table% + </tbody> +</table> |