15 lines
239 B
HTML
15 lines
239 B
HTML
{% extends "emailbase.html" %}
|
|
|
|
{% block body %}
|
|
<p>Dear <strong>{{ coach }}</strong>,</p>
|
|
|
|
<p>
|
|
{{ name }} has rejected your offer to become his coach on
|
|
rowsandall.com
|
|
</p>
|
|
|
|
<p>
|
|
Best Regards, the Rowsandall Team
|
|
</p>
|
|
{% endblock %}
|