Added manage new artists page, fixed some bugs in the importer

This commit is contained in:
Remy
2011-08-16 13:07:17 -07:00
parent b4663b39df
commit 10b334f29e
9 changed files with 125 additions and 63 deletions

View File

@@ -5,7 +5,10 @@
<%def name="headerIncludes()">
<div id="subhead_container">
<ul id="subhead_menu">
<li><a href="manageArtists">Manage Artists</a></li>
<li><a href="manageArtists">Manage Artists</a></li>
%if not headphones.ADD_ARTISTS:
<li><a href="manageNew">Manage New Artists</a></li>
%endif
</ul>
</div>
</%def>