Private
Public Access
1
0

a few more templates

This commit is contained in:
Sander Roosendaal
2018-03-19 21:08:45 +01:00
parent ffed5c694b
commit ea30428f6e
11 changed files with 321 additions and 326 deletions

View 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 %}