adding app/templates/mail/account_activation.volt
This commit is contained in:
parent
a52fc99ded
commit
19fdee782c
1 changed files with 10 additions and 0 deletions
10
app/templates/mail/account_activation.volt
Normal file
10
app/templates/mail/account_activation.volt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
{% set link_url = request.getScheme() ~ '://'
|
||||
~ request.getHttpHost()
|
||||
~ url(['for': 'activation-link', 'link': link ]) %}
|
||||
|
||||
<h1>Httcb Account Activation</h1>
|
||||
|
||||
<p>Please click <a href="{{ link_url }}">here</a> to activate your account.</p>
|
||||
|
||||
<p style="color:grey">Or copy and paste this link into the address field in your browser: <i>{{ link_url }}</i></p>
|
||||
Reference in a new issue