From 72268e2cc65d34835b2efa341c05f018d44facfc Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki Date: Thu, 12 Nov 2020 17:09:29 +0100 Subject: [PATCH] added twig loginuserpass stylesheet --- mymodule/themes/fancytheme/core/loginuserpass.twig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mymodule/themes/fancytheme/core/loginuserpass.twig b/mymodule/themes/fancytheme/core/loginuserpass.twig index e48728d..bee5701 100644 --- a/mymodule/themes/fancytheme/core/loginuserpass.twig +++ b/mymodule/themes/fancytheme/core/loginuserpass.twig @@ -1,5 +1,9 @@ {% extends "@core/base.twig" %} +{% block preload %} + +{% endblock %} + {% block postload %} {% endblock %} -- GitLab