X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_registration_view.html;h=18314d3dcadbfb65b5f3b25c9e3be6f4cd8e559a;hb=8f6f52077049744fefcdd4e3d645eca32473914b;hp=9e763236c77b5c10a526763494831884be926025;hpb=6b2b529bd1b93c14b5d2fb9ee8c1aab9dc1300ed;p=myslice.git diff --git a/portal/templates/onelab/onelab_registration_view.html b/portal/templates/onelab/onelab_registration_view.html index 9e763236..18314d3d 100644 --- a/portal/templates/onelab/onelab_registration_view.html +++ b/portal/templates/onelab/onelab_registration_view.html @@ -15,9 +15,9 @@ {% if errors %}
-
@@ -489,6 +489,9 @@ $(document).ready(function(){ {% for authority in authorities %} {% if authority.name %} {value:"{{ authority.name }}",label:"{{authority.name}}"}, + // show hrn if we don't have the name + {% else %} + {value:"{{ authority.authority_hrn }}",label:"{{authority.authority_hrn}}"}, {% endif %} {% endfor %} {% else %}