Make it possible to edit the remix information of a track.
[demoscenemusic.git] / src / main / resources / templates / admin.edit-track
index 2cbc3a9..e83ee90 100644 (file)
                Name:
                <input type="text" name="name" value="<%track.name|html>"/>
        </div>
+       <div>
+               Remix:
+               <input type="text" name="remix" value="<%track.remix|html>"/>
+       </div>
        <button type="submit">Edit Artist</button>
 
        <%foreach track.properties property>