sending invoices
This commit is contained in:
12
rowers/templates/paymentconfirmationemail_noinvoice.html
Normal file
12
rowers/templates/paymentconfirmationemail_noinvoice.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "emailbase.html" %}
|
||||
|
||||
{% block body %}
|
||||
<p>Dear Admin,</p>
|
||||
|
||||
|
||||
<p><strong>{{ name }}</strong>: {{ reason }}.</p>
|
||||
|
||||
<p>
|
||||
Best Regards, the Rowsandall Team
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user