register.html: Focus first field

(imported from commit 738227000c288b5f72fe6e91b9998ad72ab092c1)
This commit is contained in:
Keegan McAllister 2012-09-12 16:14:09 -04:00
parent 714eec5594
commit e6d9b5fa27

View File

@ -3,7 +3,7 @@
{% block content %}
<script type="text/javascript">
autofocus('#id_username');
autofocus('#id_full_name');
</script>
<h1>Register for an account</h1>