diff --git a/tailbone/templates/master/index.mako b/tailbone/templates/master/index.mako index 6be36948..48e51286 100644 --- a/tailbone/templates/master/index.mako +++ b/tailbone/templates/master/index.mako @@ -165,7 +165,7 @@ % if not use_buefy and master.configurable and master.has_perm('configure'):
  • ${h.link_to("Configure {}".format(config_title), url('{}.configure'.format(route_prefix)))}
  • % endif - % if master.has_input_file_templates and master.has_perm('download_template'): + % if master.has_input_file_templates and master.has_perm('create'): % for template in six.itervalues(input_file_templates):
  • ${h.link_to("Download {} Template".format(template['label']), template['effective_url'])}
  • % endfor