Commit 4d609979d64b98f36958e471dcf61f8ecaa31aa5
1 parent
ff27dd81
Exists in
master
and in
5 other branches
Added lang field
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
index.html
... | ... | @@ -482,6 +482,7 @@ |
482 | 482 | <form id="signup-form" class="signup hide" autocomplete="off" method="post"> |
483 | 483 | <div class="message hide"></div> |
484 | 484 | <p class="box-subtitle">Cadastre-se</p> |
485 | + <input type="hidden" id="lang" name="lang" value="pt-BR,pt" /> | |
485 | 486 | <div class="email"> |
486 | 487 | <label for="signup-user_email" class="label">E-mail:</label> |
487 | 488 | <input id="signup-user_email" name="email" type="email" required placeholder="E-mail"> | ... | ... |