ictgj-voting/templates/admin-addteam.html

12 lines
446 B
HTML

<div class="center">
<form class="pure-form pure-form-aligned" action="/admin/teams/new/save" method="POST">
<fieldset>
<div class="pure-control-group">
<label for="teamname">Team Name</label>
<input id="teamname" name="teamname" type="text" placeholder="Team Name" value="" autofocus>
</div>
<button type="submit" class="pure-button pure-button-primary">Add Team</button>
</fieldset>
</form>
</div>