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/password_reset_complete.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ishtar/templates/registration/password_reset_complete.html (limited to 'ishtar/templates/registration/password_reset_complete.html') diff --git a/ishtar/templates/registration/password_reset_complete.html b/ishtar/templates/registration/password_reset_complete.html new file mode 100644 index 000000000..ef3637c70 --- /dev/null +++ b/ishtar/templates/registration/password_reset_complete.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block content %} + +

{% trans "Password reset successfully" %}

+ +

{% trans "Log in" %}

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