changeset 19 | 115860e87238 |
parent 14 | cd6911eaac2c |
child 20 | 9354ef8119c6 |
18:7dae32a2439b | 19:115860e87238 |
---|---|
1 {% extends "base.html" %} |
1 {% extends "base.html" %} |
2 {% block content %} |
2 {% block content %} |
3 The account has been created.<br /> |
3 The account has been created.<br /> |
4 <a href="/reg/activate/{{activation_key}}">Click here to activate your account.</a><br /> |
|
5 This link will be sent to your email.<br /> |
|
4 <a href="/reg/login">click here</a> to go to login page. |
6 <a href="/reg/login">click here</a> to go to login page. |
5 {% endblock %} |
7 {% endblock %} |