X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fregistration_view.html;h=b0bb14a1988346cb01eb1968d8480e3a234038fd;hb=868b4f675b34f14f4a004148a38c9dffc4508cbc;hp=6c0448776a1a999fece7aca96a2f638470ed6226;hpb=6c978327b002ef4b46047ce22ba7e8f61768f652;p=unfold.git diff --git a/portal/templates/registration_view.html b/portal/templates/registration_view.html index 6c044877..b0bb14a1 100644 --- a/portal/templates/registration_view.html +++ b/portal/templates/registration_view.html @@ -12,6 +12,7 @@

Questions? Contact us.

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

@@ -35,70 +36,63 @@ 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 %} + {% endfor %} {% else %} {% endif %}

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

-

+

+

-

-
+

+

-

-
- -
+

+

+ +

-
+

-

- +

+ -

-
- +

+ -

-
+

+

-

- - {% endblock %} -