We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cac8a4 commit 62a843aCopy full SHA for 62a843a
filer/templates/admin/filer/folder/directory_listing.html
@@ -246,7 +246,7 @@ <h2> </h2>
246
<div id="content-main">
247
{% include "admin/filer/tools/search_form.html" %}
248
<div class="js-navigator navigator{% if not actions_on_top and not actions_on_bottom %}navigator-no-actions{% endif %}">
249
- <form class="js-navigator-form" method="post">
+ <form class="js-navigator-form" method="post" id="changelist-form">
250
{% csrf_token %}
251
{% filer_admin_context_hidden_formfields %}
252
{% if action_form and actions_on_top and paginator.count and not is_popup %}
0 commit comments