Fix: At registration, ff in Italian, it show english email verified... added Español Email registration

This commit is contained in:
Paolo Arena
2019-03-04 21:28:35 +01:00
parent 8a92141bc7
commit 8b0d109552
6 changed files with 29 additions and 2 deletions

View File

@@ -6,5 +6,32 @@ span hai dimenticato la Password? : 
strong <a href=#{forgetpwd} target="_blank">Trovala qui</a><br>
span Email:&nbsp;
strong #{emailto}<br>
p Per confermare la registrazione <a href=#{strlinkreg} target="_blank">Clicca qui per confermare</a>
p Per confermare la registrazione clicca sul bottone:
div.divbtn <a href=#{strlinkreg} target="_blank">
button.btn.btn-lg Verify Registration</a>
p Potrai cosi' accedere al sito digitando i tuoi dati di accesso.
style(type="text/css").
html, body {
padding: 0;
margin: 0;
}
.divbtn {
display: flex;
align-items: center;
justify-content: center;
}
.btn-lg {
padding: 5px;
margin: 5px;
font-size: 26px;
cursor: pointer;
color: white;
background: #027be3 !important;
border-radius: 28px;
}