email improved
This commit is contained in:
24
rowers/templates/newftpemail.html
Normal file
24
rowers/templates/newftpemail.html
Normal file
@@ -0,0 +1,24 @@
|
||||
{% extends "emailbase.html" %}
|
||||
|
||||
{% block body %}
|
||||
<p>Dear <strong>{{ first_name }} {{ last_name }}</strong>,</p>
|
||||
|
||||
<p>
|
||||
{% if mode == 'water' %}
|
||||
Your 1 hour rowing effort on water has improved. Your current FTP setting on Rowsandall is
|
||||
{{ ftp }} Watt. Your recent 1 hour effort is {{ newftp }} Watt.
|
||||
{% else %}
|
||||
Your 1 hour effort on the indoor rower has improved. Your current FTP setting on Rowsandall is
|
||||
{{ ftp }} Watt. Your recent 1 hour effort is {{ newftp }} Watt.
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can set the new value on <a href="{{siteurl}}/rowers/me/prefs/">this settings page</a>.
|
||||
</p>
|
||||
|
||||
|
||||
<p>
|
||||
Best Regards, the Rowsandall Team
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user