Add page that lets the user add a derivative.
[demoscenemusic.git] / src / main / resources / templates / admin.add-derivative
1 <%include include/header title=="Add Track Derivative">
2
3 <h2>Add a New Track Derivative</h2>
4
5 <%if error|matches value=="no-track-given">
6         <p>You did not specify a track.</p>
7 <%/if>
8 <%if error|matches value=="no-file-uploaded">
9         <p>You did not select a file.</p>
10 <%/if>
11
12 <%include include/footer>