From 97eb2b98cd4f59f9ef44c43aa7c00ad6587ef49a Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Mon, 8 Nov 2021 15:05:27 +0000
Subject: [PATCH] Update registration.pug

---
 views/DE/account/registration.pug | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/views/DE/account/registration.pug b/views/DE/account/registration.pug
index 3d90f3f9..a49cc21a 100644
--- a/views/DE/account/registration.pug
+++ b/views/DE/account/registration.pug
@@ -6,6 +6,7 @@ html(lang="de")
     meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no")
     link(rel="stylesheet", type="text/css", href="/css/bootstrap.min.css")
     link(rel="stylesheet", type="text/css", href="/css/m4lab.css")
+    link(rel="stylesheet", type="text/css", href="/css/m4lab-mobile.css")
     link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous")
     style.
         .warning {
@@ -76,4 +77,5 @@ html(lang="de")
     // M4_LAB
     script(src="/js/generalFunction.js")
     script(src="/js/registration.js")
-    script(src="/js/headfoot.js")
\ No newline at end of file
+    script(src="/js/headfoot.js")
+    script(src="/js/mobile.js")
-- 
GitLab