From ade7bd4b74d9ae42c54648cc7390d8c067b5c5e3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 18 Oct 2012 17:49:57 +0200 Subject: Djangoization - Major refactoring (step 1) --- .../templates/registration/password_reset_complete.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ishtar_common/templates/registration/password_reset_complete.html (limited to 'ishtar_common/templates/registration/password_reset_complete.html') diff --git a/ishtar_common/templates/registration/password_reset_complete.html b/ishtar_common/templates/registration/password_reset_complete.html new file mode 100644 index 000000000..dfa3ce682 --- /dev/null +++ b/ishtar_common/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