Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-11-09 19:14:00 +01:00
parent 96a4b2ba10
commit 919e7f331b
4 changed files with 48 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
{% extends "emailbase.html" %}
{% block body %}
<p>User <strong>{{ name }}</strong> made a payment.</p>
<p>
{{ additional_text }}
</p>
<p>
Price: &euro;{{ price }}.
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}