Private
Public Access
1
0

sending invoices

This commit is contained in:
2024-12-26 12:49:29 +01:00
parent c0e1df04d8
commit b58dacb863
6 changed files with 58 additions and 1 deletions

View 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 %}