diff --git a/mymodule/themes/fancytheme/core/loginuserpass.twig b/mymodule/themes/fancytheme/core/loginuserpass.twig index e48728d441c212f73c878eff1a56629ec8de1ecb..bee5701c0ebd4fb80784a94dfa54ba625e1958a5 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 %} + <link rel="stylesheet" type="text/css" href="/css/Login-Form-Clean.css"> +{% endblock %} + {% block postload %} <script src="{{ asset('js/loginuserpass.js', 'core') }}"></script> {% endblock %}