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/changeemail.html | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 templates/authopenid/changeemail.html (limited to 'templates/authopenid/changeemail.html') diff --git a/templates/authopenid/changeemail.html b/templates/authopenid/changeemail.html deleted file mode 100644 index 99984b3f..00000000 --- a/templates/authopenid/changeemail.html +++ /dev/null @@ -1,35 +0,0 @@ -{% extends "base_content.html" %} -{% load i18n %} -{% block content %} -
-

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

-
-

{% blocktrans %}This is where you can change the email address associated with your account. Please keep this email address up to date so we can send you a password-reset email if you request one.{% endblocktrans %}

-{% if form.errors %} -

{% trans "Please correct errors below:" %}
- {% if form.email.errors %} - {{ form.email.errors|join:", " }} - {% endif %} - {% if form.password.errors %} - {{ form.password.errors|join:", " }} - {% endif %} -

-{% endif %} - -{% if msg %} -

{{ msg }}

-{% endif %} - -
-
- -
{{ form.email }}
-
{{ form.password }}
- -

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