Commit 42b6a51719d02e30c16682c87d794b0e1356e78e

Authored by Victor Costa
1 parent e80cacf3

Fix signup form

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
index.html
... ... @@ -415,7 +415,7 @@
415 415 </div>
416 416 </div>
417 417 </form>
418   - <form id="signup-form" class="signup hide" autocomplete="off">
  418 + <form id="signup-form" class="signup hide" autocomplete="off" method="post">
419 419 <div class="message hide"></div>
420 420 <p class="box-subtitle">Cadastre-se</p>
421 421 <div class="email">
... ...