Allow bulk-delete, merge for Brands table
This commit is contained in:
parent
aaabde5c5a
commit
65f41480eb
2 changed files with 31 additions and 1 deletions
|
@ -147,7 +147,7 @@
|
|||
% if master.mergeable and request.has_perm('{}.merge'.format(permission_prefix)):
|
||||
|
||||
% if use_buefy:
|
||||
${h.form(url('{}.merge'.format(route_prefix)), **{'@submit': 'submitMergeForm'})}
|
||||
${h.form(url('{}.merge'.format(route_prefix)), class_='control', **{'@submit': 'submitMergeForm'})}
|
||||
% else:
|
||||
${h.form(url('{}.merge'.format(route_prefix)), name='merge-things')}
|
||||
% endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue