0d5b3ba25e6908ad8311531a832c2404a237caf6
[demoscenemusic.git] / 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>