email from group page
This commit is contained in:
14
rowers/templates/teammessage.html
Normal file
14
rowers/templates/teammessage.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends "emailbase.html" %}
|
||||
|
||||
{% block body %}
|
||||
<p>Dear <strong>{{ first_name }}</strong>,</p>
|
||||
|
||||
<p>
|
||||
Here is a message from {{ managername }}, the team manager of rowsandall.com team {{ teamname }}.
|
||||
</p>
|
||||
<p>
|
||||
<code>
|
||||
{{ message }}
|
||||
</code>
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user