Private
Public Access
1
0
Files
rowsandall/rowers/templates/workouts_export_email.html

12 lines
307 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>
You can download the file {{ filename }} from the following link: {{ download_url }}. The file will be deleted after downloading, so please make sure to download it as soon as possible.
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}