create notification if a new event with 'always_show' is entered

This commit is contained in:
2024-08-19 13:39:22 +02:00
parent 93c8316543
commit a31bacb3e1
2 changed files with 18 additions and 2 deletions

View File

@ -67,7 +67,7 @@
{% endif %}
{% endfor %}
{% endif %}
<div class="bg-white dark:bg-primary-900 rounded-md flex justify-between flex-col shadow reset-js"
<div id="{{ day.day| date(format="%Y-%m-%d") }}" class="bg-white dark:bg-primary-900 rounded-md flex justify-between flex-col shadow reset-js"
style="min-height: 10rem"
data-trips="{{ amount_trips }}"
data-month="{{ day.day| date(format='%m') }}"