diff --git a/asset/templates/request_allocation/individual allocation.html b/asset/templates/request_allocation/individual allocation.html
index 930caa79c..6a615a0d6 100644
--- a/asset/templates/request_allocation/individual allocation.html
+++ b/asset/templates/request_allocation/individual allocation.html
@@ -117,7 +117,7 @@
data-toggle="oh-modal-toggle"
data-target="#asset-request-allocation-modal"
hx-get="{% url 'asset-allocate-return' asset_id=asset_allocation.asset_id.id %}"
- hx-target="#asset-request-allocation-modal-target"
+ hx-target="#asset-return-allocation-modal-target"
>
{% trans "Return" %}
diff --git a/employee/templates/tabs/asset-tab.html b/employee/templates/tabs/asset-tab.html
index 69b33939e..6dda47252 100644
--- a/employee/templates/tabs/asset-tab.html
+++ b/employee/templates/tabs/asset-tab.html
@@ -64,8 +64,9 @@
role="button"
data-toggle="oh-modal-toggle"
data-target="#asset-return-allocation-modal"
- hx-get="{%url 'asset-allocate-return' asset_id=asset.id %}"
+ hx-get="{%url 'asset-allocate-return' asset_id=asset.asset_id.id %}"
hx-target="#asset-return-allocation-modal-target"
+ onclick="event.stopPropagation();"
>
{% trans "Return" %}
diff --git a/employee/templates/tabs/profile-asset-tab.html b/employee/templates/tabs/profile-asset-tab.html
index bf1352eb9..17067577f 100644
--- a/employee/templates/tabs/profile-asset-tab.html
+++ b/employee/templates/tabs/profile-asset-tab.html
@@ -68,7 +68,7 @@
onsubmit="return confirm('{% trans "Are you sure you want to return this asset?" %}');"
>
{% csrf_token %}
-