aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSverre Johansen <sverrej@opera.com>2009-11-11 15:54:24 +0100
committerSverre Johansen <sverrej@opera.com>2009-11-11 15:54:24 +0100
commit25f50a4fadb18a9085cc5e7d038b8e582f41b32e (patch)
tree32b17cedbedaff173a56b761f3b86da17e76e882
parent2c42e8d21803f2c0deb40b60b7749e6f19d84152 (diff)
downloadchishop-25f50a4fadb18a9085cc5e7d038b8e582f41b32e.tar.bz2
chishop-25f50a4fadb18a9085cc5e7d038b8e582f41b32e.tar.xz
chishop-25f50a4fadb18a9085cc5e7d038b8e582f41b32e.zip
Fixed activation template blockname
-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 %}