fix: 🐛 change to https for thunderbird and other non rfc softwares
All checks were successful
divent / lint (push) Successful in 1m49s
divent / docker (push) Successful in 2m9s
divent / pypi (push) Has been skipped

This commit is contained in:
Michel Roux 2024-12-22 13:46:55 +00:00
parent d27b3dceef
commit 74378a8274

View File

@ -44,7 +44,7 @@
<div>
<h3>{{ _("Use the direct link:") }}</h3>
{# djlint:off #}
<input type="text" readonly class="black_input" value="webcal://{{ request.host }}/{{ entity_id }}.ics"/>
<input type="text" readonly class="black_input" value="{{ request.scheme }}://{{ request.host }}/{{ entity_id }}.ics"/>
{# djlint:on #}
</div>
</div>