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

+ {% trans "Account: change OpenID URL" %} +

+
+ +

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

+{% if form.errors %} +

{% trans "Please correct errors below:" %}
+ {% if form.openid_url.errors %} + {{ form.openid_url.errors|join:", " }} + {% endif %} + + +

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

{{ msg }}

+{% endif %} + +
+
+ +
{{ form.openid_url }}
+

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