From 31a734f477daa641ca17b3fd2c480921012d27d8 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Sun, 7 Oct 2018 19:06:21 +0000 Subject: [PATCH] Fix URL to loginuserpass.js --- modules/core/templates/loginuserpass.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/templates/loginuserpass.twig b/modules/core/templates/loginuserpass.twig index 4ec8bb835..f474a339c 100644 --- a/modules/core/templates/loginuserpass.twig +++ b/modules/core/templates/loginuserpass.twig @@ -3,7 +3,7 @@ {% extends "@core/base.twig" %} {% block postload %} - <script src="{{baseurlpath}}assets/js/loginuserpass.js"></script> + <script src="/{{baseurlpath}}module.php/core/assets/js/loginuserpass.js"></script> {% endblock %} {% block content %} -- GitLab