From 9300ac617b3e9159df90e542e6b6021d147a20be Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 5 Aug 2023 13:20:26 +0300 Subject: [PATCH] reduce extremely high margin --- files/templates/login/authforms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/login/authforms.html b/files/templates/login/authforms.html index c438fcfa4..f9278da56 100644 --- a/files/templates/login/authforms.html +++ b/files/templates/login/authforms.html @@ -14,7 +14,7 @@

{% block authtitle %}{% endblock %}

-

{% block authtext %}{% endblock %}

+

{% block authtext %}{% endblock %}

{% if error %}{{macros.alert(error, true)}}{% endif %} {% if msg %}{{macros.alert(msg, false)}}{% endif %} {% block content %}{% endblock %}