From 5c4db62addff5024b4d3f71d75aa49b1a3aea26f Mon Sep 17 00:00:00 2001 From: Rosanny <rosanny.sihombing@hft-stuttgart.de> Date: Tue, 17 Dec 2019 15:05:54 +0100 Subject: [PATCH] devel config --- views/forgotPwd.pug | 4 ++-- views/profile.pug | 5 ++--- views/registration.pug | 6 +++--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/views/forgotPwd.pug b/views/forgotPwd.pug index 84ea9340..1cde0888 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 7b2691d5..2261051a 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 8d549496..e1088edf 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 -- GitLab