adding some info to email
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user