fix
This commit is contained in:
17
rowers/templates/instantplansold.html
Normal file
17
rowers/templates/instantplansold.html
Normal 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: €{{ price }}.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Best Regards, the Rowsandall Team
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user