Add page to add a new track to an artist.
[demoscenemusic.git] / src / main / resources / templates / include / admin.add-track
diff --git a/src/main/resources/templates/include/admin.add-track b/src/main/resources/templates/include/admin.add-track
new file mode 100644 (file)
index 0000000..e36d76a
--- /dev/null
@@ -0,0 +1,12 @@
+<form action="admin.add-track" method="post" accept-charset="utf-8">
+
+       <input type="hidden" name="artist" value="<%artist.id|html>"/>
+
+       <div>
+               Name:
+               <input type="text" name="name" value=""/>
+               <button type="submit">Add Track</button>
+       </div>
+
+</form>
+