Private
Public Access
1
0

added data to email body (alerts)

This commit is contained in:
Sander Roosendaal
2019-09-27 12:00:06 +02:00
parent 94686f020d
commit be231c7563
4 changed files with 8 additions and 4 deletions

View File

@@ -4,7 +4,8 @@
<p>Dear <strong>{{ first_name }}</strong>,</p>
<p>
Here is the report for your alert <strong>{{ alertname }}</strong> on <a href="{{ siteurl }}">rowsandall.com</a>. This is a report for your athlete {{ rowerfirstname }}.
Here is the report for your alert <strong>{{ alertname }}</strong> on <a href="{{ siteurl }}">rowsandall.com</a>. This is a report for your athlete {{ rowerfirstname }}, covering the period from
{{ startdate }} to {{ enddate }}.
</p>
{% for text in othertexts %}