If there’s no codec, use the extension.
[demoscenemusic.git] / src / main / resources / templates / admin.add-artist
index a6e08ee..c3a2a42 100644 (file)
@@ -2,11 +2,10 @@
 
 <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