From 40b5c06085fe3d079094e8ef779a7b119586f9e8 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Nov 2009 20:18:31 -0500 Subject: better comments, email subscriptions, corrected view counter, some ie7 issues, wiki optional with settings.WIKI_ON, site can be mounted on arbitrary url prefix, english language improvements, added feedback form, versioned css and js files to force browser cache reload when settings.RESOURCE_REVISION is incremented , other fixes --- templates/authopenid/signup.html | 59 ++++++++++------------------------------ 1 file changed, 14 insertions(+), 45 deletions(-) (limited to 'templates/authopenid/signup.html') diff --git a/templates/authopenid/signup.html b/templates/authopenid/signup.html index 5e405d3f..45dfb51b 100644 --- a/templates/authopenid/signup.html +++ b/templates/authopenid/signup.html @@ -1,53 +1,22 @@ -{% extends "base.html" %} +{% extends "base_content.html" %} {% load i18n %} {% block title %}{% spaceless %}{% trans "Signup" %}{% endspaceless %}{% endblock %} {% block content %} -
-

{% trans "Signup" %}

- -
-
-

{% trans "We support two types of user registration: conventional username/password, and" %} {% trans "the OpenID method" %}.

- - {% if form.errors %} - -

- {% trans "Sorry, looks like we have some errors" %}
-

-

- {% endif %} +
+ {% trans "Create login name and password" %}
-
-
- {% trans "Conventional registration" %} -

{{ form.username }}
- -

{{ form.email }}
-

{{ form.password1 }}
-

{{ form.password2 }}
- -
-
-
- -
-
{{ form2.openid_url }}
-
-
-
+

{% trans "Traditional signup info" %}

+
+
    + {{form.as_ul}} +
+

{% trans "receive updates motivational blurb" %}

+ {% include "edit_user_email_feeds_form.html" %} + +
{% endblock %} -- cgit v1.2.3-1-g7c22