diff options
Diffstat (limited to 'templates/user_shifts.html')
-rw-r--r-- | templates/user_shifts.html | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/templates/user_shifts.html b/templates/user_shifts.html index b035d23b..e25c5862 100644 --- a/templates/user_shifts.html +++ b/templates/user_shifts.html @@ -10,21 +10,8 @@ </fieldset> </form> -<table> - <thead> - <tr> - <th> - %header1% - </th> - <th> - %header2% - </th> - </tr> - </thead> - <tbody> - %shifts_table% - </tbody> -</table> +%shifts_table% + <h2>iCal Export</h2> <p> %ical_text% |