aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask')
-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 1002ac45..af4d4908 100644
--- a/wqflask/wqflask/templates/admin/manage_resource.html
+++ b/wqflask/wqflask/templates/admin/manage_resource.html
@@ -19,7 +19,7 @@
{% endif %}
{% if DATA_ACCESS > DataRole.VIEW and ADMIN_STATUS > AdminRole.NOT_ADMIN %}
<button class="btn btn-danger"
- data-url="/resource-management/resources/change_owner">
+ data-url="/resource-management/resources/{{ resource_info.get('resource_id') }}/change_owner">
Change Owner
</button>
{% endif %}