X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_registration_view.html;h=b0bb14a1988346cb01eb1968d8480e3a234038fd;hb=2f8dc25ab8721030b0e60a5e281141f864f22a28;hp=703b4af4b8928424fb21151b12e97bc3fca6d49f;hpb=aa013b53ba402e3e46625cf8443272aa5cdf5f57;p=unfold.git diff --git a/portal/templates/onelab/onelab_registration_view.html b/portal/templates/onelab/onelab_registration_view.html index 703b4af4..b0bb14a1 100644 --- a/portal/templates/onelab/onelab_registration_view.html +++ b/portal/templates/onelab/onelab_registration_view.html @@ -12,6 +12,7 @@

Questions? Contact us.

+ {% if errors %}
@@ -23,10 +24,10 @@
{% endif %} -
+
-
-
+
+
{% csrf_token %}

@@ -35,20 +36,13 @@ title="Choose your organization (company/university) from the list that apears when you click in the field and start to type. Use the arrow keys to scroll through the list; type part of the name to narrow down the list. We will send an email to the managers that we have on record for your organization, asking them to validate your sign-up request." required> + {% if authorities %} {% for authority in authorities %} {% if authority.name %} - {% if authority.authority_hrn == authority_hrn %} - - {% else %} - {% endif %} {% else %} - {% if authority.authority_hrn == authority_hrn %} - - {% else %} - {% endif %} {% endif %} {% endfor %} {% else %} @@ -57,49 +51,48 @@

-

Organization not listed? Request its addition now.

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

-

+

+

-

-
+

+

-

-
- -
+

+

+ +

-
+

-

- +

+ -

-
- +

+ -

-
+

+

-

- - {% endblock %} -