diff options
Diffstat (limited to 'templates/admin_shift_preview.html')
-rw-r--r-- | templates/admin_shift_preview.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/admin_shift_preview.html b/templates/admin_shift_preview.html new file mode 100644 index 00000000..053191c4 --- /dev/null +++ b/templates/admin_shift_preview.html @@ -0,0 +1,17 @@ +<h3>Vorschau:</h3> +<table> + <thead> + <tr> + <th> + Timeslot + </th> + <th> + Entries + </th> + </tr> + </thead> + <tbody> + %shifts_table% + </tbody> +</table> + |