Add page to add a new track to an artist.
[demoscenemusic.git] / src / main / resources / templates / admin.add-track
1 <%include include/header title=="Add Track">
2
3 <h2>Add a New Track</h2>
4
5 <%if error|matches value=="no-name-given">
6         <p>You have to specify a name.</p>
7 <%/if>
8
9 <%include include/admin.add-track>
10
11 <%include include/footer>