From 84f5d4f5210ee75cb2eef8e7d21fbb13690f9f50 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 26 Dec 2010 19:04:28 +0100 Subject: Integration of registration module --- ishtar/templates/registration/activate.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ishtar/templates/registration/activate.html (limited to 'ishtar/templates/registration/activate.html') diff --git a/ishtar/templates/registration/activate.html b/ishtar/templates/registration/activate.html new file mode 100644 index 000000000..e85121e05 --- /dev/null +++ b/ishtar/templates/registration/activate.html @@ -0,0 +1,18 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block content %} + +{% if account %} + +

{% trans "Account successfully activated" %}

+ +

{% trans "Log in" %}

+ +{% else %} + +

{% trans "Account activation failed" %}

+ +{% endif %} + +{% endblock %} -- cgit v1.2.3