-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/app/templates/partials/calendar/calendar_base.html b/app/templates/partials/calendar/calendar_base.html
index 740add68..c70ce366 100644
--- a/app/templates/partials/calendar/calendar_base.html
+++ b/app/templates/partials/calendar/calendar_base.html
@@ -1,25 +1,22 @@
{% extends "./partials/base.html" %}
{% block head %}
- {{super()}}
-
-
-
{% endblock head %}
{% block page_name %}Month View{% endblock page_name %}
{% block body %}
-
- {% include 'partials/calendar/navigation.html' %}
-
- {% include 'partials/calendar/feature_settings/example.html' %}
-
-
- {% block content %}
- {% endblock content %}
-
+
+ {% include 'partials/calendar/navigation.html' %}
+
+ {% include 'partials/calendar/feature_settings/example.html' %}
-
-
-
-
-{% endblock body %}
\ No newline at end of file
+
+ {% block content %}
+ {% endblock content %}
+
+
+
+
+
+{% endblock body %}
diff --git a/app/templates/partials/calendar/monthly_view/add_week.html b/app/templates/partials/calendar/monthly_view/add_week.html
index a53a7f4a..2f821846 100644
--- a/app/templates/partials/calendar/monthly_view/add_week.html
+++ b/app/templates/partials/calendar/monthly_view/add_week.html
@@ -1,21 +1,21 @@
{% for week in weeks_block %}
-
- {% for day in week.days %}
-
-
- {% for devent in day.dailyevents %}
-
-
{{ devent[0] }}
-
{{ devent[1] }}
-
- {% endfor %}
- {% for event in day.events %}
-
{{ event[0] }} {{ event[1] }}
- {% endfor %}
-
+
+ {% for day in week.days %}
+
+
+ {% for devent in day.dailyevents %}
+
+
{{ devent[0] }}
+
{{ devent[1] }}
+
+ {% endfor %}
+ {% for event in day.events %}
+
{{ event[0] }} {{ event[1] }}
{% endfor %}
-{% endfor %}
\ No newline at end of file
+ {% endfor %}
+
+{% endfor %}
diff --git a/app/templates/partials/calendar/monthly_view/monthly_grid.html b/app/templates/partials/calendar/monthly_view/monthly_grid.html
index 41d70b65..1a2df047 100644
--- a/app/templates/partials/calendar/monthly_view/monthly_grid.html
+++ b/app/templates/partials/calendar/monthly_view/monthly_grid.html
@@ -1,11 +1,11 @@
{% for d in week_days %}
- {% if d == day.sday %}
-
{{ d.upper() }}
- {% else %}
-
{{ d.upper() }}
- {% endif %}
+ {% if d == day.sday %}
+
{{ d.upper() }}
+ {% else %}
+
{{ d.upper() }}
+ {% endif %}
{% endfor %}
@@ -13,21 +13,21 @@
-
diff --git a/app/templates/partials/calendar/navigation.html b/app/templates/partials/calendar/navigation.html
index 84a1303b..ab65b8eb 100644
--- a/app/templates/partials/calendar/navigation.html
+++ b/app/templates/partials/calendar/navigation.html
@@ -1,36 +1,40 @@
\ No newline at end of file
+
diff --git a/app/templates/partials/user_profile/sidebar_left/features_card/export_calendar.html b/app/templates/partials/user_profile/sidebar_left/features_card/export_calendar.html
new file mode 100644
index 00000000..3a34dade
--- /dev/null
+++ b/app/templates/partials/user_profile/sidebar_left/features_card/export_calendar.html
@@ -0,0 +1,15 @@
+
+ Export my calendar
+
+
+
+
+