aboutsummaryrefslogtreecommitdiffstats
path: root/templates/activation_complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/activation_complete.html')
-rw-r--r--templates/activation_complete.html22
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: #}