a few more templates
This commit is contained in:
17
rowers/templates/teaminviterejectemail.html
Normal file
17
rowers/templates/teaminviterejectemail.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{% extends "emailbase.html" %}
|
||||
{% load staticfiles %}
|
||||
{% load rowerfilters %}
|
||||
|
||||
{% block body %}
|
||||
<p>Dear <strong>{{ managername }}</strong>,</p>
|
||||
|
||||
<p>
|
||||
Unfortunately,
|
||||
{{ first_name }} has rejected your invitation to be
|
||||
part of the team {{ teamname }}.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Best Regards, the Rowsandall Team
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user