diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2012-11-27 13:56:38 +0100 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2012-11-27 13:56:38 +0100 |
commit | 0d599e5341cd78be5d4d6801fab46492ef50036d (patch) | |
tree | 947ebea732a804fde9ce434ac8e95206e68322ca | |
parent | fbfcf1a57a4bc681b1d52bd8b428f939cc5e1e8f (diff) | |
parent | a3009452fae296220d3d9fb51783d586434aeaea (diff) | |
download | mediagoblin-0d599e5341cd78be5d4d6801fab46492ef50036d.tar.lz mediagoblin-0d599e5341cd78be5d4d6801fab46492ef50036d.tar.xz mediagoblin-0d599e5341cd78be5d4d6801fab46492ef50036d.zip |
Merge remote-tracking branch 'spaetz/focus_on_user_creation'
-rw-r--r-- | mediagoblin/templates/mediagoblin/auth/register.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/auth/register.html b/mediagoblin/templates/mediagoblin/auth/register.html index a2505cb9..6dff0207 100644 --- a/mediagoblin/templates/mediagoblin/auth/register.html +++ b/mediagoblin/templates/mediagoblin/auth/register.html @@ -42,4 +42,6 @@ </div> </div> </form> +<!-- Focus the username field by default --> +<script>$(document).ready(function(){$("#username").focus();});</script> {% endblock %} |