summaryrefslogtreecommitdiff
path: root/templates/login/login.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login/login.jinja')
-rw-r--r--templates/login/login.jinja2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login/login.jinja b/templates/login/login.jinja
index 3254fd6..0b2813c 100644
--- a/templates/login/login.jinja
+++ b/templates/login/login.jinja
@@ -7,7 +7,7 @@
{% block content %}
<form name="login" method="post">
- {{ render_form(form) }}
+ {{ render_form(form, username = {'autofocus' : True}) }}
<input type="submit">
</form>
{% endblock %}