X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fregistration_view.html;h=f32bb4c05b13a4dcd8a7b3d667aa502b1392e10f;hb=2b7a035352852f6ba9556cbb7e099c9a033576cb;hp=d8c5f4e5e17c87f60aa737714d231ba71d691821;hpb=62fdfd5e3db042a3d7ed380d56542bbe62fc5e00;p=myslice.git diff --git a/portal/templates/registration_view.html b/portal/templates/registration_view.html index d8c5f4e5..f32bb4c0 100644 --- a/portal/templates/registration_view.html +++ b/portal/templates/registration_view.html @@ -1,16 +1,17 @@ -{% extends "layout-unfold1.html" %} - -{% block head %} - - - - - -{% endblock %} - -{% block unfold1_main %} +{% extends "layout.html" %} +{% block content %} +
+
+

User RegistrationUser sign-up

+
+
+
+
+

Questions? Contact us

+
+
{% if errors %} {% endif %} + +
+
+
+
+ {% csrf_token %} +
+ + +

Start typing to find the name of your organization (company or university).
If it is not in the list, please add it.

+
+
+ + +
+
+ +
+
+ +

Your e-mail address will be your identifier for logging in.
We contact you to verify your account and then, occasionally, for important issues.

+
-
-

OneLab Experimenter Registration

-

For First Line Support please Contact Support

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

Enter your first name

- -
-
- - -

Enter your last name

- -
- -
- - -

Please select an authority responsible for vetting your account

-
-
- - -

Enter a valid email address

- -
-
- - -

Enter password

- -
-
- - -

Retype the password

-
-
- - -

Genkey: Account Delegation Automatic (Recommended)

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

Your password allows you to log in to this portal.

+
+
+ + +

Your public/private key pair allows you to access the testbeds.

+
+ +
+ I agree to the terms and conditions. +
+
+ +
+
- + {% endblock %}