From 8bc418ebb28aa614d5847d7f25be0a0b72357ba9 Mon Sep 17 00:00:00 2001 From: Chris Jean-Marie Date: Sun, 3 Nov 2024 18:58:58 +0000 Subject: [PATCH] Changed calendar to internal calendar --- backend/templates/cottagecalendar.html | 452 ++++++++++++++++++++++++- 1 file changed, 448 insertions(+), 4 deletions(-) diff --git a/backend/templates/cottagecalendar.html b/backend/templates/cottagecalendar.html index 110d7b5..92a5863 100644 --- a/backend/templates/cottagecalendar.html +++ b/backend/templates/cottagecalendar.html @@ -1,8 +1,452 @@ {% extends "authorized.html" %} +{% block links %} + + + + +{% endblock links %} {% block center %}

Cottage Calendar

-
- - +
+ + + + -{% endblock center %} \ No newline at end of file + + + +{% endblock center %} +{% block scripts %} + + + + + + +{% endblock scripts %} \ No newline at end of file