Private
Public Access
1
0

implemented ics export by email

This commit is contained in:
Sander Roosendaal
2018-11-12 16:40:05 +01:00
parent f660a2650b
commit f62460eeba
5 changed files with 100 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ first_name }}</strong>,</p>
<p>
Please find attached the requested ICS Calendar file. You can import
this file to your calendar app.
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}