Allow bulk-delete, merge for Brands table

This commit is contained in:
Lance Edgar 2020-03-27 18:15:33 -05:00
parent aaabde5c5a
commit 65f41480eb
2 changed files with 31 additions and 1 deletions

View file

@ -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