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