notion2ical/internal/server/http/views/download.django

12 lines
380 B
Plaintext

{% extends "base.django" %}
{% block content %}
<div>
<p>You calendar is ready!</p>
<p>Now you can <a href="{{ calendarICSUrl }}"><b>download your calendar as an.ICS file</b></a> or subscribe to it using the following URL:</p>
<p><pre>{{ calendarSubscriptionUrl }}</pre></p>
<p>{{ thanksMessage }}<p>
<p><a href="/">Go back home</a></p>
</div>
{% endblock %}