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/changeemail.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 templates/authopenid/changeemail.html (limited to 'templates/authopenid/changeemail.html') diff --git a/templates/authopenid/changeemail.html b/templates/authopenid/changeemail.html new file mode 100644 index 00000000..99984b3f --- /dev/null +++ b/templates/authopenid/changeemail.html @@ -0,0 +1,35 @@ +{% 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