From ef8f66ba6c7a22c277c6315df8040365b5684e6c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 5 Aug 2009 22:50:08 -0400 Subject: added anonymous posting, per-question subscription and fixes by Pothers and some more, see development.log --- templates/authopenid/complete.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'templates/authopenid/complete.html') diff --git a/templates/authopenid/complete.html b/templates/authopenid/complete.html index 28c38a04..b9a14e16 100644 --- a/templates/authopenid/complete.html +++ b/templates/authopenid/complete.html @@ -1,4 +1,5 @@ -{% extends "base.html" %} +{% extends "base_content.html" %} + {% load i18n %} {% block head %}{% endblock %} {% block title %}{% spaceless %}{% trans "Connect your OpenID with this site" %}{% endspaceless %}{% endblock %} @@ -7,7 +8,9 @@ {% trans "Connect your OpenID with your account on this site" %}

-

{% trans "Your OpenID is accepted. Please complete this to finish registration." %}

+
+ {% blocktrans %}register new {{provider}} account info{% endblocktrans %} +

{% trans "This account already exists, please use another." %}

@@ -41,12 +44,9 @@
{{ form.next }} -
- {% trans "New account" %} -

{{ form1.username }}
-

{{ form1.email }}
-
-
+

{{ form1.username }}
+

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