From 25f50a4fadb18a9085cc5e7d038b8e582f41b32e Mon Sep 17 00:00:00 2001 From: Sverre Johansen Date: Wed, 11 Nov 2009 15:54:24 +0100 Subject: Fixed activation template blockname --- chishop/templates/registration/activation_complete.html | 6 +++--- 1 file 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 @@ {% extends "base_site.html" %} -{% block main_content %} +{% block content %}

Activation complete.

- Hello {{account}}, you are registered. - here to get back to the main page. + Hello {{user}}, you are registered. + Go here to get back to the main page.

{% endblock %} -- cgit v1.2.3