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

switch for english

parent 756765b9
No related branches found
No related tags found
No related merge requests found
......@@ -4,19 +4,19 @@ block main
form.ui.form(action="/auth/signup" method="post")
.two.fields
.field
label(for="firstName") Prénom
label(for="firstName") First name
input#firstName(type="text", name="firstName")
.field
label(for="lastName") Nom de famille
label(for="lastName") Last name
input#lastName(type="text", name="lastName")
.field
label(for="email") Email
input#email(type="email", name="email")
.field
label(for="username") Nom d'utilisateur
label(for="username") Username
input#username(type="text", name="username")
.field
label(for="password") Mot de passe
label(for="password") Password
input#password(type="password", name="password")
.field
input.ui.button(type="submit", value="S'inscrire")
\ No newline at end of file
input.ui.button(type="submit", value="Sign up")
\ 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