f4f changes
[unfold.git] / portal / templates / fed4fire / fed4fire_registration_view.html
index 94d0e3b..29e0895 100644 (file)
 </div>
 <script>
 jQuery(document).ready(function(){
+    //this .load is useless here
+    $("#authority_hrn").load("/rest/user/", {"fields" : ["parent_authority"], "filters": {"user_hrn": "{{ user_hrn }}"}}, function(data) {
+        $(this).attr("value", 'fed4fire.global');
+    });
     var availableTags = [
     {% if authorities %}
         {% for authority in authorities %}