aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-04-21 20:56:25 +0800
committerWeitian LI <liweitianux@gmail.com>2014-04-21 20:56:25 +0800
commit202b0633c975c75af87538e42c25e16fa9e9cd17 (patch)
treee6bfe745134df71e36bf0d3e9ef1a130cd5d9ace /templates/registration
parent83bd9f81631424694b95a50e923e3f6933f67141 (diff)
downloaddjango-skaschool-202b0633c975c75af87538e42c25e16fa9e9cd17.tar.bz2
* added 'ResendEmailForm' forms
* implemented 'ResendEmailView' class-based view and templates * added js code 'account_email_resend.js' Warning: cannot load static file located in app directory
Diffstat (limited to 'templates/registration')
-rw-r--r--templates/registration/registration_complete.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/registration/registration_complete.html b/templates/registration/registration_complete.html
index 553a154..49ea090 100644
--- a/templates/registration/registration_complete.html
+++ b/templates/registration/registration_complete.html
@@ -21,6 +21,7 @@
还未收到激活邮件?
<a href="#" class="btn btn-default">重新发送激活邮件</a>
</p>
+ <p>如果您的激活链接已过期,请直接联系我们以激活账户:<a href="mailto:skaschool2014@163.com"><code>skaschool2014@163.com</code></a></p>
</div>
{% endblock %}