summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates/default/login.html')
-rw-r--r--module/web/templates/default/login.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/web/templates/default/login.html b/module/web/templates/default/login.html
index 2f93e5aab..f4b0a5560 100644
--- a/module/web/templates/default/login.html
+++ b/module/web/templates/default/login.html
@@ -11,12 +11,12 @@
<input type="hidden" name="do" value="login" />
<fieldset>
<legend>Login</legend>
- <label class="block" for="focus__this">
+ <label>
<span>{% trans "Username" %}</span>
{{ form.username }}
</label>
<br />
- <label class="block">
+ <label>
<span>{% trans "Password" %}</span>
{{ form.password }}
</label>
@@ -33,4 +33,4 @@
</div>
<br>
-{% endblock %} \ No newline at end of file
+{% endblock %}