Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / activation_email.txt @ 452436aa

History | View | Annotate | Download (547 Bytes)

1
{% extends "im/email.txt" %}
2
  
3
{% block content %}
4
Dear {{ user.realname }},
5

    
6
After your request a new account for {{ BRANDING_COMPANY_NAME|upper }}'s {{ BRANDING_SERVICE_NAME }} service has been created.
7

    
8
To proceed with your account activation we require you to verify the email 
9
address you provided during the signup process.
10

    
11
Please click the link below to complete verification: 
12

    
13
{{ url }}
14

    
15
If you did not sign up for this account you can ignore this email and the 
16
account will be deleted. 
17
{% endblock %}
18

    
19
{% block note %} {% endblock%}