aboutsummaryrefslogtreecommitdiff
path: root/chishop/templates/registration/activation_complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'chishop/templates/registration/activation_complete.html')
-rw-r--r--chishop/templates/registration/activation_complete.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/chishop/templates/registration/activation_complete.html b/chishop/templates/registration/activation_complete.html
index 553cf2c..c8e8aca 100644
--- a/chishop/templates/registration/activation_complete.html
+++ b/chishop/templates/registration/activation_complete.html
@@ -1,9 +1,9 @@
1{% extends "base_site.html" %} 1{% extends "base_site.html" %}
2 2
3{% block main_content %} 3{% block content %}
4<h1>Activation complete.</h1> 4<h1>Activation complete.</h1>
5<p> 5<p>
6 Hello {{account}}, you are registered. 6 Hello {{user}}, you are registered.
7 <a href="/">here</a> to get back to the main page. 7 Go <a href="/">here</a> to get back to the main page.
8</p> 8</p>
9{% endblock %} 9{% endblock %}