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/delete.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 templates/authopenid/delete.html (limited to 'templates/authopenid/delete.html') diff --git a/templates/authopenid/delete.html b/templates/authopenid/delete.html new file mode 100644 index 00000000..19e0884a --- /dev/null +++ b/templates/authopenid/delete.html @@ -0,0 +1,38 @@ +{% extends "base.html" %} +{% load i18n %} + + +{% block content %} +
+

+ {% trans "Account: delete account" %} +

+
+ +

{% blocktrans %}Note: After deleting your account, anyone will be able to register this username.{% endblocktrans %}

+{% if form.errors %} +

{% trans "Please correct errors below:" %}
+ {% if form.confirm.errors %} + {% trans "Check confirm box, if you want delete your account." %}
+ {% endif %} + {% if form.password.errors %} + {% trans "Password:" %} {{ form.password.errors|join:", " }} + {% endif %} +

+{% endif %} +{% if msg %} +

{% trans "Please correct errors below:" %}
+ {{ msg }} +

+{% endif %} +
+
+ +
{{ form.confirm }} {% trans "I am sure I want to delete my account." %}
+
{{ form.password }} {% trans "(required for your security)" %}
+ +

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