emails with site url
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
|
||||
<p>
|
||||
Unfortunately, the result that you have submitted
|
||||
for the virtual race {{ racename }}
|
||||
for the virtual race
|
||||
{{ racename }}
|
||||
has been rejected by the race organizer.
|
||||
</p>
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
|
||||
<p>
|
||||
You can check race participants and results on the race page on Rowsandall:
|
||||
<a href="https://rowsandall.com/rowers/virtualevent/{{ raceid }}">{{ racename }}</a>
|
||||
<a href="{{ siteurl }}/rowers/virtualevent/{{ raceid }}">{{ racename }}</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You are receiving this email because you are on the start list for this race.
|
||||
If you do not wish to receive these notifications, you can switch them off
|
||||
throught the link above.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
|
||||
<p>
|
||||
Check out the results on the race page!
|
||||
<a href="https://rowsandall.com/rowers/virtualevent/{{ raceid }}">{{ racename }}</a>
|
||||
<a href="{{ siteurl }}/rowers/virtualevent/{{ raceid }}">{{ racename }}</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You are receiving this email because you are on the start list for this race.
|
||||
If you do not wish to receive these notifications, you can switch them off
|
||||
throught the link above.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user