Closes #345: Bulk edit: allow user to select all objects on page or all matching query

This commit is contained in:
Jeremy Stretch
2016-09-28 16:56:17 -04:00
parent c6592faeb2
commit d5fc0e9ce7
5 changed files with 34 additions and 41 deletions

View File

@@ -27,4 +27,4 @@ class ToggleColumn(tables.CheckBoxColumn):
@property
def header(self):
return mark_safe('<input type="checkbox" name="_all" title="Select all" />')
return mark_safe('<input type="checkbox" id="toggle_all" title="Toggle all" />')