X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fregistration_view.html;h=ef29d3dd26f3eb571b2b95fd2a6ca2f4b851c4f8;hb=8f6f52077049744fefcdd4e3d645eca32473914b;hp=b942b171b56483a785bd4bb614ebb5a88578cd1b;hpb=83f238a32f62a34370f24d69e85823c709d95627;p=myslice.git diff --git a/portal/templates/registration_view.html b/portal/templates/registration_view.html index b942b171..ef29d3dd 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 unfold_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 %}