aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2012-11-27 13:56:38 +0100
committerJef van Schendel <mail@jefvanschendel.nl>2012-11-27 13:56:38 +0100
commit0d599e5341cd78be5d4d6801fab46492ef50036d (patch)
tree947ebea732a804fde9ce434ac8e95206e68322ca
parentfbfcf1a57a4bc681b1d52bd8b428f939cc5e1e8f (diff)
parenta3009452fae296220d3d9fb51783d586434aeaea (diff)
downloadmediagoblin-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.html2
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 %}