From 59c0f5b27c91ce5eed0fe90bc59ebe5429293249 Mon Sep 17 00:00:00 2001 From: Rosanny <rosanny.sihombing@hft-stuttgart.de> Date: Fri, 7 May 2021 15:01:23 +0200 Subject: [PATCH] URL and small cosmetic correction --- views/DE/account/home.pug | 9 ++------- views/DE/account/verification.pug | 6 +++--- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/views/DE/account/home.pug b/views/DE/account/home.pug index e476d871..1fc325c9 100644 --- a/views/DE/account/home.pug +++ b/views/DE/account/home.pug @@ -60,13 +60,8 @@ html(lang="de") function verify() { $(".spinner-border").show() $.get( "/resendVerificationEmail", function( data ) { - console.log(data) - if (data) { - alert( "Email sent!" ) - } - else { - alert("Please contact support-transfer@hft-stuttgart.de to verify your account.") - } + if (data) { alert( "Email sent!" ) } + else { alert("Please contact support-transfer@hft-stuttgart.de to verify your account.") } }) .fail(function() { alert( "Something went wrong. Please try again." ) // todo: to DE diff --git a/views/DE/account/verification.pug b/views/DE/account/verification.pug index 10cdea08..805cceb5 100644 --- a/views/DE/account/verification.pug +++ b/views/DE/account/verification.pug @@ -22,15 +22,15 @@ html(lang="de") body div(class="container") div(class="center", align="center") - a(href="https://m4lab.hft-stuttgart.de") + a(href="https://transfer.hft-stuttgart.de") img(src="https://transfer.hft-stuttgart.de/images/demo/m4lab_logo.jpg", class="img-responsive center-block", width="185", height="192") br br if status == true - p(class="h5") Ihr Benutzerkonto wurde bestätigt. Bitte <a href="https://m4lab.hft-stuttgart.de/account/">melden Sie sich an</a>. + p(class="h5") Ihr Benutzerkonto wurde bestätigt. Bitte <a href="https://transfer.hft-stuttgart.de/account/">melden Sie sich an</a>. else if status == false p(class="h5") Ihr Benutzerkonto konnte nicht bestätigt werden, bitte versuchen Sie es erneut. else - p(class="h5") Ihr Benutzerkonto wude nicht gefunden. + p(class="h5") Ihr Benutzerkonto wurde nicht gefunden. // Bootstrap script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous") \ No newline at end of file -- GitLab