diff --git a/views/DE/account/home.pug b/views/DE/account/home.pug index e476d871e1acb02fc7ef20b4c53b45e6b8fc70e3..1fc325c9c961c6d445cb1714d16a46bd2827feb0 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 10cdea0812ca6fe472167f50d21809057929ad3c..805cceb5c959649966d9d1d23956f6ee941b36dd 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