mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-04 22:40:30 +00:00
Clean up login_user.html
This commit is contained in:
parent
6fa66912c0
commit
1c8582064a
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
{% extends "security/base.html" %}
|
||||
{% from "security/_macros.html" import render_field_with_errors, render_field, render_field_errors, render_form_errors %}
|
||||
{% from "security/_macros.html" import render_field, render_field_errors, render_form_errors %}
|
||||
|
||||
{% block title %}AdvLabDB - Login{% endblock title %}
|
||||
{% block title %}AdvLabDB - Login{% endblock %}
|
||||
|
||||
{% block body_attribs %}
|
||||
style="
|
||||
background-image: radial-gradient(#35393b, #181a1b);
|
||||
"
|
||||
{% endblock body_attribs %}
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<style>
|
||||
|
@ -100,4 +100,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</font>
|
||||
{% endblock body %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue