Private
Public Access
1
0

cp data sending to admin

This commit is contained in:
Sander Roosendaal
2018-08-28 11:59:18 +02:00
parent 18b8f96418
commit 4f5695723b
4 changed files with 121 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ first_name }}</strong>,</p>
<p>
Please find attached the requested file from rowsandall.com
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}