Calendar may have 6 rows (6 weeks)

This commit is contained in:
Greg Burri 2025-06-06 22:31:45 +02:00
parent d9bdb32419
commit 51ed36d6c3
2 changed files with 40 additions and 20 deletions

View file

@ -52,9 +52,10 @@
</li>
{% endfor %}
{% for i in 0..5 %}
{# The last row may be hidden if 5 rows is enough to display all days. #}
{% for i in 0..6 %}
{% for j in 0..7 %}
{# All days of the current selected month will have the class 'current-month' #}
{# All days of the current selected month will have the class 'current-month'. #}
<li id="day-grid-{{i}}{{j}}">
<div class="number"></div>
<div class="scheduled-recipes"></div>