Skip to content

Commit 62a843a

Browse files
authored
Fix: actions.js error thrown in js console (#1397)
* Fix #1377 * Fix: Avoid actions.js of django admin to throw an error on js console
1 parent 3cac8a4 commit 62a843a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filer/templates/admin/filer/folder/directory_listing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ <h2>&nbsp;</h2>
246246
<div id="content-main">
247247
{% include "admin/filer/tools/search_form.html" %}
248248
<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">
249+
<form class="js-navigator-form" method="post" id="changelist-form">
250250
{% csrf_token %}
251251
{% filer_admin_context_hidden_formfields %}
252252
{% if action_form and actions_on_top and paginator.count and not is_popup %}

0 commit comments

Comments
 (0)