Add back button to each page
This commit is contained in:
@@ -288,7 +288,7 @@
|
||||
<!-- Days of the Month -->
|
||||
{% for day in range(1, days_in_month + 1) %}
|
||||
{% set current_day = current_date.replace(day=day) %}
|
||||
<div class="border p-1 md:p-4 rounded-lg bg-gray-50 relative">
|
||||
<div class="border p-1 md:p-4 bg-gray-50 relative">
|
||||
<!-- Day Label -->
|
||||
<div class="text-sm font-bold text-gray-500 text-left">{{ current_day.day }}</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user