sending alerts in rudimentary form
This commit is contained in:
20
rowers/templates/alertemail.html
Normal file
20
rowers/templates/alertemail.html
Normal file
@@ -0,0 +1,20 @@
|
||||
{% extends "emailbase.html" %}
|
||||
|
||||
{% block body %}
|
||||
<p>Dear <strong>{{ first_name }}</strong>,</p>
|
||||
|
||||
<p>
|
||||
Here is the report for your alert on <a href="{{ siteurl }}">rowsandall.com</a>.
|
||||
</p>
|
||||
|
||||
{% for key, value in report.items() %}
|
||||
<p>
|
||||
{{ key }}: {{ value }}
|
||||
</p>
|
||||
{% endfor %}
|
||||
|
||||
<p>
|
||||
Best Regards, the Rowsandall Team
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user