Archived
1
0
Fork 0

adding app/templates/mail/account_activation.volt

This commit is contained in:
Henrik Hautakoski 2018-09-22 01:15:47 +02:00
parent a52fc99ded
commit 19fdee782c

View 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>