Expose products setting for type 2 UPC lookup
also expose Configure button for most master view pages
This commit is contained in:
parent
33af2e6fa1
commit
819ae22b0e
4 changed files with 40 additions and 7 deletions
|
@ -162,7 +162,7 @@
|
|||
<li>${h.link_to("Create a new {}".format(model_title), url('{}.create'.format(route_prefix)))}</li>
|
||||
% endif
|
||||
% endif
|
||||
% if master.configurable and master.has_perm('configure'):
|
||||
% 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('download_template'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue