From 43f239e444a466b88ef1c78194350331a9b4fd74 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Thu, 12 Nov 2020 15:35:10 +0100
Subject: [PATCH] added twig loginuserpass

---
 mymodule/themes/fancytheme/core/loginuserpass.twig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mymodule/themes/fancytheme/core/loginuserpass.twig b/mymodule/themes/fancytheme/core/loginuserpass.twig
index 788c483..65582dc 100644
--- a/mymodule/themes/fancytheme/core/loginuserpass.twig
+++ b/mymodule/themes/fancytheme/core/loginuserpass.twig
@@ -1,6 +1,6 @@
-% set pagetitle = 'Enter your username and password'|trans %}
+{ % set pagetitle = 'Enter your username and password'|trans %}
 
-{% extends "@core/base.twig" %}
+{% extends "@mymodule/base.twig" %}
 
 {% block postload %}
     <script src="{{ asset('js/loginuserpass.js', 'core') }}"></script>
-- 
GitLab