diff --git a/employee/templates/documents/requests.html b/employee/templates/documents/requests.html index 645e1267a..5bcbf6119 100644 --- a/employee/templates/documents/requests.html +++ b/employee/templates/documents/requests.html @@ -280,8 +280,8 @@ name="{{document_list.dynamic_name}}" class="oh-pagination__input" value="{{document_list.list.number}}" - hx-get="{% url 'asset-history-search' %}?{{pd}}" - hx-target="#historyTable" + hx-get="{% url 'document-request-filter-view' %}?{{pd}}" + hx-target="#view-container" min="1" /> {% trans "First" %} @@ -305,8 +305,8 @@ class="oh-pagination__item oh-pagination__item--wide" > {% trans "Previous" %} @@ -316,8 +316,8 @@ class="oh-pagination__item oh-pagination__item--wide" > {% trans "Next" %} @@ -326,8 +326,8 @@ class="oh-pagination__item oh-pagination__item--wide" > {% trans "Last" %} @@ -356,8 +356,8 @@ name="page" class="oh-pagination__input" value="{{documents.number}}" - hx-get="{% url 'asset-history-search' %}?{{pd}}" - hx-target="#historyTable" + hx-get="{% url 'document-request-filter-view' %}?{{pd}}" + hx-target="#view-container" min="1" /> {% trans "First" %}
  • {% trans "Previous" %} @@ -386,16 +386,16 @@ {% endif %} {% if documents.has_next %}
  • {% trans "Next" %}
  • {% trans "Last" %}