diff --git a/templates/partials/calendar.html b/templates/partials/calendar.html
index 02a1cf5..096d4f6 100644
--- a/templates/partials/calendar.html
+++ b/templates/partials/calendar.html
@@ -65,23 +65,14 @@
- {% if d.is_current_date %}
- {% elif d.is_workout %}
-
- {% else %}
- {{ d.day_of_month }}
- {% endif %}
diff --git a/templates/workouts_list.html b/templates/workouts_list.html
index 87ed298..7bddf1b 100644
--- a/templates/workouts_list.html
+++ b/templates/workouts_list.html
@@ -65,7 +65,7 @@
{{ render_partial('partials/calendar.html', calendar_month=u.calendar_month, user_id = u.id) }}
- {{ render_partial('partials/workouts_list_fragment.html', workouts=workouts[:5], user_id = u.id) }}
+ {{ render_partial('partials/workouts_list_fragment.html', workouts=workouts[:7], user_id = u.id) }}
{% endif %}
\ No newline at end of file