Private
Public Access
1
0

notification emails

for rejected and accepted coaching offers and
requests
This commit is contained in:
Sander Roosendaal
2019-02-20 13:11:33 +01:00
parent 9e17862467
commit 8f34de8ff0
6 changed files with 210 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ name }}</strong>,</p>
<p>
{{ coachname }} has rejected your coaching request on
rowsandall.com
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}