Skip to content
Snippets Groups Projects
Commit 90403aef authored by Martin Lehoux's avatar Martin Lehoux
Browse files

switch for english

parent 756765b9
Branches
No related tags found
Loading
...@@ -4,19 +4,19 @@ block main ...@@ -4,19 +4,19 @@ block main
form.ui.form(action="/auth/signup" method="post") form.ui.form(action="/auth/signup" method="post")
.two.fields .two.fields
.field .field
label(for="firstName") Prénom label(for="firstName") First name
input#firstName(type="text", name="firstName") input#firstName(type="text", name="firstName")
.field .field
label(for="lastName") Nom de famille label(for="lastName") Last name
input#lastName(type="text", name="lastName") input#lastName(type="text", name="lastName")
.field .field
label(for="email") Email label(for="email") Email
input#email(type="email", name="email") input#email(type="email", name="email")
.field .field
label(for="username") Nom d'utilisateur label(for="username") Username
input#username(type="text", name="username") input#username(type="text", name="username")
.field .field
label(for="password") Mot de passe label(for="password") Password
input#password(type="password", name="password") input#password(type="password", name="password")
.field .field
input.ui.button(type="submit", value="S'inscrire") input.ui.button(type="submit", value="Sign up")
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment