summaryrefslogtreecommitdiff
path: root/app/frontend/mail/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/frontend/mail/templates')
-rw-r--r--app/frontend/mail/templates/activation-link.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/frontend/mail/templates/activation-link.html b/app/frontend/mail/templates/activation-link.html
new file mode 100644
index 0000000..8cb2e95
--- /dev/null
+++ b/app/frontend/mail/templates/activation-link.html
@@ -0,0 +1,19 @@
+<html>
+ <head>
+ <title i18n:translate="">Account activation</title>
+ </head>
+ <body>
+ <p i18n:translate="">
+ Welcome to rcal! To finish your registration, just click the activation link below.
+ </p>
+ <p>
+ <a href="{$link}" tal:content="link" />
+ </p>
+ <p i18n:translate="">
+ Have fun!
+ </p>
+ <p i18n:translate="">
+ rcal team.
+ </p>
+ </body>
+</html>