summaryrefslogtreecommitdiffstats
path: root/templates/register.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/register.html')
-rw-r--r--templates/register.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/register.html b/templates/register.html
index ab785ea..d8ef800 100644
--- a/templates/register.html
+++ b/templates/register.html
@@ -4,7 +4,7 @@
{%- set no_login_message = true %}
{%- block content %}
<form action="{{ url_for('register') }}" method="post" class="form-horizontal">
- {{ render_field(form.username) }}
+ {{ render_field(form.username, autofocus="autofocus") }}
{{ render_field(form.mail) }}
{{ form.csrf_token }}
<div class="form-actions"><input type="submit" value="E-Mail-Adresse bestätigen" /></div>