diff --git a/scipost_django/finances/templates/finances/_hx_subsidyattachment_list_page.html b/scipost_django/finances/templates/finances/_hx_subsidyattachment_list_page.html
index d8ee47ac4640561a6252816e5c40a707c41e5d45..357de43ed18c390f7b0f6111d566a77ab366f4f0 100644
--- a/scipost_django/finances/templates/finances/_hx_subsidyattachment_list_page.html
+++ b/scipost_django/finances/templates/finances/_hx_subsidyattachment_list_page.html
@@ -14,7 +14,7 @@
   <tr id="orphaned-subsidies-results-load-next"
       class="htmx-indicator"
       hx-swap-oob="true"
-      hx-post="{% url 'finances:_hx_subsidyattachment_list_page' identifier_w_vn_nr=submission.preprint.identifier_w_vn_nr %}?page={{ page_obj.next_page_number }}"
+      hx-post="{% url 'finances:_hx_subsidyattachment_list_page' %}?page={{ page_obj.next_page_number }}"
       hx-target="#orphaned-subsidies-results"
       hx-include="#orphaned-subsidies-form"
       hx-trigger="revealed"