Skip to content

Commit 1752b07

Browse files
authored
Fix pagination does not work on history page (#378)
Set form_id parameter to ensure pagination is finding the correct form to submit.
1 parent c36baa7 commit 1752b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serveradmin/serverdb/templates/serverdb/history.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h3>History for {{ name }}</h3>
152152
</div>
153153
<div class="row">
154154
<div class="col-md-12">
155-
{% include "pagination.html" with page=changes form=True %}
155+
{% include "pagination.html" with page=changes form=True form_id="changes-form" %}
156156
</div>
157157
</div>
158158
</form>

0 commit comments

Comments
 (0)