Brian Buller
ba35073d95
* Use 'https://github.com/mjibson/esc' for embedded assets * Pull database name out of siteData object * Load site config from database, if available * Allow customizing site config from command line arguments * Clean up some templates * Update Readme (it still needs a lot of updating) * Started work on vote accumulation/management
12 lines
446 B
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>
|