about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/templates/admin/manage_resource.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/admin/manage_resource.html b/wqflask/wqflask/templates/admin/manage_resource.html
index 64d4b6eb..63ec17c0 100644
--- a/wqflask/wqflask/templates/admin/manage_resource.html
+++ b/wqflask/wqflask/templates/admin/manage_resource.html
@@ -20,13 +20,13 @@
         Organization: {{ user_details.get('organization')}}
     </h3>
     {% endif %}
+    {% endif %}
     {% if DATA_ACCESS > DataRole.VIEW and ADMIN_STATUS > AdminRole.NOT_ADMIN %}
     <a class="btn btn-danger" target="_blank"
        href="/resource-management/resources/{{ resource_info.get('resource_id') }}/change-owner">
         Change Owner
     </a>
     {% endif %}
-    {% endif %}
         </section>
 
     <section class="container" style="margin-top: 2em;">