Add buefy support for quick-printing product labels; also speed bump

This commit is contained in:
Lance Edgar 2022-01-09 15:20:35 -06:00
parent 94fc5c1859
commit 0545099a2b
7 changed files with 167 additions and 36 deletions

View file

@ -162,9 +162,6 @@
<li>${h.link_to("Create a new {}".format(model_title), url('{}.create'.format(route_prefix)))}</li>
% endif
% endif
% if not use_buefy and master.configurable and master.has_perm('configure'):
<li>${h.link_to("Configure {}".format(config_title), url('{}.configure'.format(route_prefix)))}</li>
% endif
% if master.has_input_file_templates and master.has_perm('create'):
% for template in six.itervalues(input_file_templates):
<li>${h.link_to("Download {} Template".format(template['label']), template['effective_url'])}</li>