Clean up style elements

This commit is contained in:
2025-06-19 06:43:36 +02:00
parent cad9849019
commit 23d354bc12
9 changed files with 13 additions and 27 deletions

View File

@ -1,4 +1,4 @@
{% extends "/shared/_base.html" %} {% block content %} {% if login_error %}
{% extends "/base/bare.html.j2" %} {% block content %} {% if login_error %}
<div class="flex bg-gray-100">
<div
@ -88,7 +88,5 @@
</a>
</div>
</div>
{% endif %}
{% endblock %}
{% endif %} {% endblock %}
</div>