diff --git a/views/forgotPwd.pug b/views/forgotPwd.pug
index 84ea934054a0a1748b2caa45f986c43042ffdd97..1cde0888090e2046496e472178d2d296a6f8c647 100644
--- a/views/forgotPwd.pug
+++ b/views/forgotPwd.pug
@@ -40,7 +40,7 @@ html(lang="en")
                     for error, i in errors
                         div.alert.alert-danger.alert-dismissible.fade.show #{ error }
                             a(class="close", href="#", data-dismiss="alert", aria-label="close") ×
-                form#forgotForm(class="form-signin", method="POST", action="/account/forgotPwd")
+                form#forgotForm(class="form-signin", method="POST")
                     img(src="https://transfer.hft-stuttgart.de/images/demo/m4lab_logo.jpg", class="img-responsive center-block", width="185", height="192")
                     div(class="form-row")
                         input#inputEmail(name="inputEmail", type="email", class="form-control", placeholder="Email" required)                  
@@ -53,4 +53,4 @@ html(lang="en")
     // Bootstrap
     script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
     // M4_LAB
-    script(src="/js/headfoot.js")
+    script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
diff --git a/views/profile.pug b/views/profile.pug
index 7b2691d5b4c0f90ec1ed8a3cfafb1178eaf9d700..2261051adb840458209d5e10c1a37f6a57ec065f 100644
--- a/views/profile.pug
+++ b/views/profile.pug
@@ -46,7 +46,7 @@ html(lang="en")
                     for error, i in errors
                         div.alert.alert-danger.alert-dismissible.fade.show #{ error }
                             a(class="close", href="#", data-dismiss="alert", aria-label="close") ×
-                form#profileForm(method="POST",action="/updateProfile")
+                form#profileForm(method="POST", action="/updateProfile")
                     div(class="form-row")
                         div(class='form-group col-md-2')
                             label(for="title") Title
@@ -92,5 +92,4 @@ html(lang="en")
     // Bootstrap
     script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
     // M4_LAB
-    script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
-    
+    script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
\ No newline at end of file
diff --git a/views/registration.pug b/views/registration.pug
index 8d54949622820c45ace52fa16ca8d2af01ea1ae0..e1088edf31f3257efaf2d6272d343301d7d77c0f 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="/account/js/generalFunction.js")
-    script(src="/account/js/registration.js")
-    script(src="/js/headfoot.js")
\ No newline at end of file
+    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