diff options
author | Joris | 2021-10-10 21:36:19 +0200 |
---|---|---|
committer | Joris | 2021-10-10 21:36:19 +0200 |
commit | c497daaa38a8ab0b25474d21ebe51c5aeb98c9f7 (patch) | |
tree | ca2bcd50b4bf1f1cca6797c716620211e984e871 /templates | |
parent | 99466c6ceb848cf8147645f25deea89804b7b279 (diff) |
Fix login centering
Diffstat (limited to 'templates')
-rw-r--r-- | templates/login.html | 4 |
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 %} |