From a5eed8529980478ca250e8f440040ab5ff6a5b85 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Fri, 9 Aug 2013 17:33:08 -0300 Subject: [PATCH] Removing access data from signup form --- src/accounts/templates/accounts/signup-form.html | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/src/accounts/templates/accounts/signup-form.html b/src/accounts/templates/accounts/signup-form.html index 0cac215..e0d7c34 100644 --- a/src/accounts/templates/accounts/signup-form.html +++ b/src/accounts/templates/accounts/signup-form.html @@ -21,17 +21,17 @@

- +

{% csrf_token %} - +
- {% trans "Access Information" %} - {% render_form_field form.username %} - {% render_form_field form.password1 %} - {% render_form_field form.password2 %} + {% trans "Personal Information" %} + {% render_form_field form.first_name %} + {% render_form_field form.last_name %} + {% render_form_field form.email %}
@@ -39,27 +39,20 @@ {% render_form_field form.institution %} {% render_form_field form.role %}
- -
- {% trans "Personal Information" %} - {% render_form_field form.first_name %} - {% render_form_field form.last_name %} - {% render_form_field form.email %} -
-
+
{% trans "Others" %} {% render_form_field form.twitter %} {% render_form_field form.facebook %} {% render_form_field form.google_talk %} {% render_form_field form.webpage %}
- -
+ +
{% trans "Subscribe to mail lists" %} {% render_form_field form.lists %}
- +
-- libgit2 0.21.2