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