X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_registration_view.html;h=fddf6ab5cf251c2bcc987b75170f959f5fb2103b;hb=4474607b73117f62ea1efebefdff08c65239dc85;hp=3436fa138068b144f35aaf72734f166e0b3fec06;hpb=2842fc88e027493dd9ae00e0f8a69a86f3d50680;p=myslice.git diff --git a/portal/templates/onelab/onelab_registration_view.html b/portal/templates/onelab/onelab_registration_view.html index 3436fa13..fddf6ab5 100644 --- a/portal/templates/onelab/onelab_registration_view.html +++ b/portal/templates/onelab/onelab_registration_view.html @@ -23,11 +23,10 @@ {% endif %} +
- - {% csrf_token %}

@@ -84,7 +83,7 @@
In order for the portal to contact testbeds on your behalf, so as to list and reserve resources, you will need to - delegate your public key to the portal. + delegate your credentials to the portal.
@@ -489,6 +488,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 %}