From 5b45e526c74faf55110ff0afdcba19797d7e0f4d Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:14:09 -0400 Subject: deleted all --- templates/authopenid/changepw.html | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 templates/authopenid/changepw.html (limited to 'templates/authopenid/changepw.html') diff --git a/templates/authopenid/changepw.html b/templates/authopenid/changepw.html deleted file mode 100644 index f3cf4be0..00000000 --- a/templates/authopenid/changepw.html +++ /dev/null @@ -1,33 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - -{% block head %} - -{% endblock %} - - - -{% block content %} -
-

- {% trans "Account: change password" %} -

-
-

{% blocktrans %}This is where you can change your password. Make sure you remember it!{% endblocktrans %}

-{% if form.errors %} -

{% trans "Please correct errors below:" %}
-{{ form.errors }} -

-{% endif %} - -
-
- -
{{ form.oldpw }}
-
{{ form.password1 }}
-
{{ form.password2 }}
-

- -
-
-{% endblock %} -- cgit v1.2.3-1-g7c22