a few more templates
This commit is contained in:
19
rowers/templates/teamremoveemail.html
Normal file
19
rowers/templates/teamremoveemail.html
Normal file
@@ -0,0 +1,19 @@
|
||||
{% extends "emailbase.html" %}
|
||||
{% load staticfiles %}
|
||||
{% load rowerfilters %}
|
||||
|
||||
{% block body %}
|
||||
<p>Dear <strong>{{ first_name }}</strong>,</p>
|
||||
|
||||
<p>
|
||||
{{ managername }} has decided to delete the team {{ teamname }}.
|
||||
</p>
|
||||
<p>
|
||||
The {{ teamname }} tag has been removed from all your
|
||||
workouts on rowsandall.com
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Best Regards, the Rowsandall Team
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user