From f0524f6614d145ee8031cf381342c56e1f065335 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:13:45 -0400 Subject: deleted all --- templates/authopenid/sendpw.html | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 templates/authopenid/sendpw.html (limited to 'templates/authopenid/sendpw.html') diff --git a/templates/authopenid/sendpw.html b/templates/authopenid/sendpw.html deleted file mode 100644 index a9488c4c..00000000 --- a/templates/authopenid/sendpw.html +++ /dev/null @@ -1,34 +0,0 @@ -{% 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