https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35238 Bug ID: 35238 Summary: Incorrect label markup in patron card creator printer profile edit form Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Keywords: Academy, accessibility Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org CC: testopia@bugs.koha-community.org Tools -> Patron card creator -> Edit printer profile: [% IF ( label_template ) %] <label for="template_name">Template name:</label> [% label_template | html %] [% ELSE %] <span class="label">Template name:</span> Profile unassigned [% END %] The label for "template_name" doesn't match any form field, so it should be a span with "label" class. -- You are receiving this mail because: You are watching all bug changes.