Archived
1
0
Fork 0

adding app/templates/mail/password_activation.volt

This commit is contained in:
Henrik Hautakoski 2018-06-12 23:50:39 +02:00
parent 823f6d2e3f
commit 9432f189aa

View file

@ -0,0 +1,10 @@
{% set link_url = request.getScheme() ~ '://'
~ request.getHttpHost()
~ url(['for': 'activation-link', 'link': link ]) %}
<h1>Httcb Password Activation</h1>
<p>Please click <a href="{{ link_url }}">here</a> to activate the password.</p>
<p style="color:grey">Or copy and paste this link into the address field in your browser: <i>{{ link_url }}</i></p>