Private
Public Access
1
0

adding athlete last name to alert

This commit is contained in:
Sander Roosendaal
2022-09-16 16:19:01 +02:00
parent 961d4d9ab2
commit c7f1306df1
4 changed files with 20 additions and 3 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 }}, covering the period from
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 }} {{ rowerlastname }}, covering the period from
{{ startdate }} to {{ enddate }}.
</p>
@@ -24,4 +25,3 @@
Best Regards, the Rowsandall Team
</p>
{% endblock %}