changeset 20 | 9354ef8119c6 |
child 21 | a0f4aba61275 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/account_inactive.html Tue Apr 13 12:03:12 2010 +0530 @@ -0,0 +1,6 @@ +{% extends "base.html" %} +{% block content %} +Your account is inactive. An activation email has been sent to your email address.<br /> +<a href="/reg/send_activation/?email={{email}}">Click here</a> to resend the activation email.<br /> +<a href="/reg">click here</a> to go to home page. +{% endblock %}