Add page that adds a group.
[demoscenemusic.git] / src / main / resources / templates / admin.add-artist
index 889edde..c3a2a42 100644 (file)
@@ -1,12 +1,11 @@
-<%include include/header title=artist.name>
+<%include include/header title=="Add a New Artist">
 
 <h1>Add Artist</h1>
 
-<form method="post">
+<%if error|matches value=="no-name-given">
+       <p>You have to specify a name.</p>
+<%/if>
 
-       <label>Name: <input type="text" name="name" value=""/></label>
-       <button type="submit">Add Artist</button>
-
-</form>
+<%include include/admin.add-artist>
 
 <%include include/footer>
\ No newline at end of file