Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
59c0f5b2
Commit
59c0f5b2
authored
3 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
URL and small cosmetic correction
parent
c71772b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
views/DE/account/home.pug
+2
-7
views/DE/account/home.pug
views/DE/account/verification.pug
+3
-3
views/DE/account/verification.pug
with
5 additions
and
10 deletions
+5
-10
views/DE/account/home.pug
+
2
-
7
View file @
59c0f5b2
...
@@ -60,13 +60,8 @@ html(lang="de")
...
@@ -60,13 +60,8 @@ html(lang="de")
function verify() {
function verify() {
$(".spinner-border").show()
$(".spinner-border").show()
$.get( "/resendVerificationEmail", function( data ) {
$.get( "/resendVerificationEmail", function( data ) {
console.log(data)
if (data) { alert( "Email sent!" ) }
if (data) {
else { alert("Please contact support-transfer@hft-stuttgart.de to verify your account.") }
alert( "Email sent!" )
}
else {
alert("Please contact support-transfer@hft-stuttgart.de to verify your account.")
}
})
})
.fail(function() {
.fail(function() {
alert( "Something went wrong. Please try again." ) // todo: to DE
alert( "Something went wrong. Please try again." ) // todo: to DE
...
...
This diff is collapsed.
Click to expand it.
views/DE/account/verification.pug
+
3
-
3
View file @
59c0f5b2
...
@@ -22,15 +22,15 @@ html(lang="de")
...
@@ -22,15 +22,15 @@ html(lang="de")
body
body
div(class="container")
div(class="container")
div(class="center", align="center")
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")
img(src="https://transfer.hft-stuttgart.de/images/demo/m4lab_logo.jpg", class="img-responsive center-block", width="185", height="192")
br
br
br
br
if status == true
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
else if status == false
p(class="h5") Ihr Benutzerkonto konnte nicht bestätigt werden, bitte versuchen Sie es erneut.
p(class="h5") Ihr Benutzerkonto konnte nicht bestätigt werden, bitte versuchen Sie es erneut.
else
else
p(class="h5") Ihr Benutzerkonto wude nicht gefunden.
p(class="h5") Ihr Benutzerkonto wu
r
de nicht gefunden.
// Bootstrap
// Bootstrap
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment