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 %}

View File

@@ -129,7 +129,12 @@
<a
href="/rowers/sessions/print/user/{{ rower.user.id }}/?when={{ timeperiod }}">
Print View</a>
&nbsp;
<a
href="/rowers/sessions/sendcalendar/user/{{ rower.user.id }}/?when={{ timeperiod }}">
Get Calendar File</a>
</p>
</li>
<li class="grid_4">
{% if unmatchedworkouts %}