mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +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" %}
|
{% 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 %}
|
{% block body_attribs %}
|
||||||
style="
|
style="
|
||||||
background-image: radial-gradient(#35393b, #181a1b);
|
background-image: radial-gradient(#35393b, #181a1b);
|
||||||
"
|
"
|
||||||
{% endblock body_attribs %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<style>
|
<style>
|
||||||
|
@ -100,4 +100,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</font>
|
</font>
|
||||||
{% endblock body %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue