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