Refactor add-artist form into an include file.
[demoscenemusic.git] / src / main / resources / templates / admin.add-artist
1 <%include include/header title=="Add a New Artist">
2
3 <h1>Add Artist</h1>
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-artist>
10
11 <%include include/footer>