X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fregistration_view.html;h=ec90abf9e18ac550f89ddbd840f3ae008bf7ccee;hb=197e6f2843398a696d18f4eb0e13b7fa52d8fece;hp=71ef1b86a8038907f8a7be32a9c12367a58cc372;hpb=4dfd873aec658a5f2a22983c7221f8b7006aa475;p=unfold.git diff --git a/portal/templates/registration_view.html b/portal/templates/registration_view.html index 71ef1b86..ec90abf9 100644 --- a/portal/templates/registration_view.html +++ b/portal/templates/registration_view.html @@ -1,112 +1,168 @@ -{% extends "layout-unfold1.html" %} +{% extends "layout.html" %} -{% block head %} - - - - - -{% endblock %} - -{% 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 | safe }}
  • + {% endfor %} +
+
+
{% endif %} - -
-
-
- {% 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)

-
- -
-
- -
-
-
-
->>>>>>> abb43f86edd5a2888cb96ca92a58350db9e32fcf +
+
+
+
+ {% csrf_token %} + +

+
+ +
+

+ {% include theme|add:"_authority_notListed.html" %} +
+
-{% endblock %} +
+
+

+ +

+

+ +

+

+ +

+

+ +

+
+ +
+

+ +

+

+ +

+

+ +

+

+ +

+ +
+
+
+
+

+    I agree to the + terms and conditions. +

+
+
+{% include theme|add:"_register_info.html" %} +
+
+
+

+ +

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