From e528b4992a8329542fc4255fe234a1ef6a6e29b9 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Thu, 12 Nov 2020 16:54:48 +0100 Subject: [PATCH] added twig loginuserpass --- mymodule/themes/fancytheme/core/loginuserpass.twig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mymodule/themes/fancytheme/core/loginuserpass.twig b/mymodule/themes/fancytheme/core/loginuserpass.twig index 842044d..2382cf2 100644 --- a/mymodule/themes/fancytheme/core/loginuserpass.twig +++ b/mymodule/themes/fancytheme/core/loginuserpass.twig @@ -6,6 +6,12 @@ {% block content %} + <div> + <div class="container"> + <div class="row"> + <div class="col-md-12" style="margin-bottom: 40px;"><img class="mx-auto" src="/img/Anmelden.png" width="100%"></div> + </div> + </div> <div class="login-clean" style="background-color: rgb(234,234,234);"> <form method="post"> <h2 class="sr-only">Login Form</h2> @@ -16,4 +22,5 @@ </form> </div> + </div> {% endblock %} -- GitLab