From 35b666224a05fbd249b1c51a0a48fb95b246fe9a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:15:28 -0400 Subject: adding all files again --- templates/authopenid/sendpw.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 templates/authopenid/sendpw.html (limited to 'templates/authopenid/sendpw.html') diff --git a/templates/authopenid/sendpw.html b/templates/authopenid/sendpw.html new file mode 100644 index 00000000..a9488c4c --- /dev/null +++ b/templates/authopenid/sendpw.html @@ -0,0 +1,34 @@ +{% extends "base.html" %} +{% load i18n %} +{% block title %}{% spaceless %}{% trans "Send new password" %}{% endspaceless %}{% endblock %} + +{% block content %} +
+

{% trans "Send new password" %}

+ +
+
+{% trans "Lost your password? No problem - here you can reset it." %}
+{% trans "Please enter your username below and new password will be sent to your registered e-mail" %} +
+{% if form.errors %} +

{% "Sorry, looks like we have some errors:" %}
+ {% if form.username.errors %} + {{ form.username.errors|join:", " }} + {% endif %} +

+{% endif %} +{% if msg %} +
{{ msg }}
+{% endif %} + +
+
+
{{ form.username }}
+ +

{% trans "return to login" %}

+ +
+ {% trans "Note: your new password will be activated only after you click the activation link in the email message" %} +
+{% endblock %} -- cgit v1.2.3-1-g7c22