Private
Public Access
1
0

adding some info to email

This commit is contained in:
Sander Roosendaal
2019-08-22 16:58:32 +02:00
parent 4eedf59953
commit 324c017f35
3 changed files with 34 additions and 1 deletions

View File

@@ -7,6 +7,12 @@
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 }}.
</p>
{% for text in othertexts %}
<p>
{{ text|safe }}
</p>
{% endfor %}
{% for key, value in report.items() %}
<p>
{{ key }}: {{ value }}