Fix page header names.
[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 <form method="post">
6
7         <label>Name: <input type="text" name="name" value=""/></label>
8         <button type="submit">Add Artist</button>
9
10 </form>
11
12 <%include include/footer>