Browse Source

bugfix: account creation form was sent in GET

prodserver 11 years ago
parent
commit
6f6a16c05a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pboard/pboard/templates/pod.mak

+ 1 - 1
pboard/pboard/templates/pod.mak View File

@@ -26,7 +26,7 @@
26 26
 
27 27
 <%def name='SignUpForm(psCssMinHeight="1em")'>
28 28
   <div class="span3">
29
-    <form class="well" style="min-height: ${psCssMinHeight};" action="${tg.url('/public_api/create_account')}">
29
+    <form class="well" method="POST" style="min-height: ${psCssMinHeight};" action="${tg.url('/public_api/create_account')}">
30 30
       <fieldset>
31 31
         <legend>Want to try?</legend>
32 32
         <input type="text"     name="email"            id="email" placeholder="Email"><br/>