aboutsummaryrefslogtreecommitdiff
path: root/templates/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.html')
-rw-r--r--templates/login.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/login.html b/templates/login.html
index 0c2e151..a2673a2 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -6,7 +6,7 @@
{% block main %}
- <div>
+ <section class="g-Section">
<form class="g-Login g-Form" action="/login" method="POST">
{% if error %}
@@ -28,6 +28,6 @@
</div>
</form>
- </div>
+ </section>
{% endblock main %}