confirmation emails to buyers
This commit is contained in:
21
rowers/templates/cancel_subscription_fail_email.html
Normal file
21
rowers/templates/cancel_subscription_fail_email.html
Normal 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 %}
|
||||
|
||||
Reference in New Issue
Block a user