From d3d90b151f205a2695300fc2391adf911bd84575 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Wed, 11 Dec 2019 11:28:20 +0100
Subject: [PATCH]  cd /home/knopkiwg/m4lab/user-account/routes

---
 views/registration.pug | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/views/registration.pug b/views/registration.pug
index 9f843960..105fe7a7 100644
--- a/views/registration.pug
+++ b/views/registration.pug
@@ -86,6 +86,6 @@ html(lang="en")
     // toggle password
     script(src='https://unpkg.com/bootstrap-show-password@1.2.1/dist/bootstrap-show-password.min.js')
     // M4_LAB
-    script(src="/js/generalFunction.js")
-    script(src="/js/registration.js")
-    script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
\ No newline at end of file
+    script(src="/account/js/generalFunction.js")
+    script(src="/account/js/registration.js")
+    script(src="/js/headfoot.js")
\ No newline at end of file
-- 
GitLab