fix: 🐛 change to https for thunderbird and other non rfc softwares
This commit is contained in:
parent
d27b3dceef
commit
74378a8274
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user