registration email from template
This commit is contained in:
55
rowers/templates/registeremail.html
Normal file
55
rowers/templates/registeremail.html
Normal file
@@ -0,0 +1,55 @@
|
||||
{% extends "emailbase.html" %}
|
||||
|
||||
{% block body %}
|
||||
<p>Dear <strong>{{ first_name }}</strong>,</p>
|
||||
|
||||
<p>
|
||||
Thank you for registering on rowsandall.com.
|
||||
You can now login using the credentials you provided.
|
||||
The first thing you should do is go to the
|
||||
<a href="https://rowsandall.com/rowers/me/edit/">Settings page</a>
|
||||
and make yourself familiar with the various options
|
||||
available to personalize your experience on the website.
|
||||
To get there, use the link in the email or click the button
|
||||
with your first name on it in the upper right corner of the opening page.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
As a minimum to get you started, enter your data in the
|
||||
Heart Rate Zones and Power Zones sections and your
|
||||
Functional Threshold Power.
|
||||
Then check your Account Information to make sure it is
|
||||
accurate and reflects your preferences.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
For additional details on these settings and
|
||||
the buttons at the bottom of the page, read
|
||||
the settings tutorial at
|
||||
<a href="http://analytics.rowsandall.com/2017/11/02/rowsandall-settings-page-tutorial/">http://analytics.rowsandall.com/2017/11/02/rowsandall-settings-page-tutorial/</a>.
|
||||
<p>
|
||||
|
||||
<p>
|
||||
Also check out our instructional videos at
|
||||
<a href="http://rowsandall.com/rowers/videos">http://rowsandall.com/rowers/videos</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
This website is a labor of love "by rowers, for rowers".
|
||||
If you find it to be useful, please help us cover
|
||||
our hosting costs and gain access to additional functionality
|
||||
by signing on as a Pro member:
|
||||
<a href="https://rowsandall.com/rowers/promembership">https://rowsandall.com/rowers/promembership</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Oh, one more thing. The site is currently in beta and is
|
||||
developing fast. Bear with us. Don't hesitate to
|
||||
contact me at info@rowsandall.com if anything is broken
|
||||
or doesn't seem to work as advertised.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Best Regards, the Rowsandall Team
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user