<%inherit file="base.html" /> <%! import headphones %> <%def name="headerIncludes()">
<%-- Changed inline onclick to a class and data attributes for JS handling --%> Scan Music Library
« Back to manage overview <%def name="body()">

Manage New Artists

<%-- Added ID to the form --%>
<%-- Unique and descriptive ID --%> <%-- Changed input type="submit" to button with class for AJAX handling --%>
<%-- Added ID for easier targeting --%> <%-- Changed ID to class --%> %for artist in newartists: <%-- Changed name attribute to a consistent 'artist_ids' and value to ArtistID for robust processing --%> %endfor
Artist Name
${artist['ArtistName']}
<%def name="headIncludes()"> ${parent.headIncludes()} <%-- Ensure parent head includes are kept --%> <%def name="javascriptIncludes()"> ${parent.javascriptIncludes()} <%-- Ensure parent javascript includes are kept --%>