Private
Public Access
1
0

confirmation emails to buyers

This commit is contained in:
Sander Roosendaal
2018-12-20 15:29:21 +01:00
parent 9272704f36
commit a9f11f4f76
10 changed files with 364 additions and 9 deletions

View File

@@ -0,0 +1,21 @@
{% extends "emailbase.html" %}
{% block body %}
<p>
User {{ name }} tried to cancel his subscription with id "{{ id }}" on {{ siteurl }} but failed.
</p>
<p>
User name: {{ username }}
</p>
<p>
User email: {{ email }}
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}