12 lines
307 B
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 %}
|