Add page to add a party.
[demoscenemusic.git] / src / main / resources / templates / include / admin.add-party
1 <form action="admin.add-party" method="post" accept-charset="utf-8">
2
3         <div>
4                 Name:
5                 <input type="text" name="name" value=""/>
6                 <button type="submit">Add Party</button>
7         </div>
8
9 </form>
10