Add page to add a party.
[demoscenemusic.git] / src / main / resources / templates / admin.add-party
1 <%include include/header title=="Add a New Party">
2
3 <h1>Add Party</h1>
4
5 <%if error|matches value=="no-name-given">
6         <p>You have to specify a name.</p>
7 <%/if>
8
9 <%include include/admin.add-party>
10
11 <%include include/footer>