X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fregistration_view.html;h=ef29d3dd26f3eb571b2b95fd2a6ca2f4b851c4f8;hb=8f6f52077049744fefcdd4e3d645eca32473914b;hp=9cbcacf9500b35eec773c045f7aaeafd0404b142;hpb=de4b4d788b74e926ac19311fd5b8c1f0dc20d6b0;p=myslice.git diff --git a/portal/templates/registration_view.html b/portal/templates/registration_view.html index 9cbcacf9..ef29d3dd 100644 --- a/portal/templates/registration_view.html +++ b/portal/templates/registration_view.html @@ -481,9 +481,9 @@ jQuery(document).ready(function(){ {% for authority in authorities %} {% if authority.name %} {value:"{{ authority.name }}",label:"{{authority.name}}"}, - // to show only full name - // {% else %} - // {value:"{{ authority.authority_hrn }}",label:"{{authority.authority_hrn}}"}, + // show hrn if we don't have the name + {% else %} + {value:"{{ authority.authority_hrn }}",label:"{{authority.authority_hrn}}"}, {% endif %} {% endfor %} {% else %}