X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fregistration_view.html;h=9cbcacf9500b35eec773c045f7aaeafd0404b142;hb=ff2d326c9f0ef02fd70e3b0c312d6ec5c5af0ca4;hp=b0bb3896238b4ca657faa9370cf153e1b81390b7;hpb=e6184193b74ac6d5c52289546dae9121bdd99008;p=unfold.git diff --git a/portal/templates/registration_view.html b/portal/templates/registration_view.html index b0bb3896..9cbcacf9 100644 --- a/portal/templates/registration_view.html +++ b/portal/templates/registration_view.html @@ -1,115 +1,523 @@ -{% extends "layout-unfold1.html" %} +{% extends "layout.html" %} -{% block unfold1_main %} +{% block content %} -
-

OneLab Experimenter Registration

-

For First Line Support please Contact Support

+
+
+

User RegistrationUser sign-up

+
+
+
+
+

Questions? Contact us.

+
- {% if errors %} - +
+
+
    + {% for error in errors %} +
  • {{ error }}
  • + {% endfor %} +
+
+
{% endif %} - -
-
-
- {% csrf_token %} -
- -
- -
-

Enter your first name

-
-
- -
- -
-

Enter your last name

-
-
- -
- -
-

An authority responsible for vetting your account

-
+
+
+ +
+ + {% csrf_token %} + +

+ +

+

Organization not listed? Request its addition now.

+
+
+
- -
- -
- -
-

Enter your login

-
- -
- -
- -
-

Enter a valid email address

-
-
- -
- -
-

Enter password

-
-
- -
- -
-

Retype the password

-
-
- -
- -
-

Genkey: Account Delegation Automatic (Recommended)

-
- -
- -
-
- - +
+
+ +
+ +

+ +
+
+ +
+
+ +
+
+ +
+
+ +

+ +
+
+ +
+
+ + +
+ +
+
+
+
+

+    I agree to the + terms and conditions. +
+
+
+
+
+
+

+ +
+ +
+
+ + + + + + + {% endblock %}