diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-04-20 17:01:42 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-04-20 17:01:42 +0800 |
commit | 733a218f0c807dd6c6c60addca1cb3c512207993 (patch) | |
tree | 0a2a1a1a546fffb56d1afd6f2dcfa31ffc105f8a /templates/activation_complete.html | |
parent | 81ee68feef68804dce99c37c79f91e392bea800d (diff) | |
download | django-skaschool-733a218f0c807dd6c6c60addca1cb3c512207993.tar.bz2 |
small updated navbar.html and registration templates
Diffstat (limited to 'templates/activation_complete.html')
-rw-r--r-- | templates/activation_complete.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/templates/activation_complete.html b/templates/activation_complete.html deleted file mode 100644 index 11ca25e..0000000 --- a/templates/activation_complete.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends 'base.html' %} -{% load staticfiles %} -{% load url from future %} -{% load bootstrap3 %} - -{# step 4. activation complete #} - -{% block title %} -成功激活 | 2014 SKA Summer School -{% endblock %} - -{% block content %} - <div class="container"> - <h2>成功激活</h2> - <p class="lead">您已成功激活账户。</p> - - <br /> - <p><a href="#" class="btn btn-primary">登录</a></p> - </div> -{% endblock %} - -{# vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=htmldjango.html: #} |