Merge remote-tracking branch 'spaetz/focus_on_user_creation'

This commit is contained in:
Jef van Schendel 2012-11-27 13:56:38 +01:00
commit 0d599e5341

View File

@ -42,4 +42,6 @@
</div>
</div>
</form>
<!-- Focus the username field by default -->
<script>$(document).ready(function(){$("#username").focus();});</script>
{% endblock %}