Commit 16e187bc authored by Alexandre Iooss's avatar Alexandre Iooss Committed by Juliusz Chroboczek

Autofocus group input on index page

parent 49db9f94
......@@ -17,7 +17,7 @@
<form id="groupform">
<label for="group">Group:</label>
<input id="group" type="text" name="group" class="form-control form-control-inline"/>
<input id="group" type="text" name="group" class="form-control form-control-inline" autofocus/>
<input id='submitbutton' type="submit" value="Join" class="btn btn-default btn-large"/><br/>
</form>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment