aboutsummaryrefslogtreecommitdiff
path: root/djangopypi/templates/registration/activate.html
diff options
context:
space:
mode:
Diffstat (limited to 'djangopypi/templates/registration/activate.html')
-rw-r--r--djangopypi/templates/registration/activate.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/djangopypi/templates/registration/activate.html b/djangopypi/templates/registration/activate.html
new file mode 100644
index 0000000..bc67771
--- /dev/null
+++ b/djangopypi/templates/registration/activate.html
@@ -0,0 +1,8 @@
1{% extends "base_site.html" %}
2
3{% block content %}
4<h1>Activation Failed</h1>
5<p>
6 Activation with key {{activation_key}} failed.
7</p>
8{% endblock %}