templates/html.form.tpl
changeset 15 164da420a326
parent 8 562be4ad4e6d
child 21 12e7ee4c5302
--- a/templates/html.form.tpl	Wed Jul 06 00:41:47 2011 +0200
+++ b/templates/html.form.tpl	Wed Jul 06 09:33:50 2011 +0200
@@ -11,7 +11,7 @@
     </div>
 [%END%]
 
-<form accept-charset="UTF-8">
+<form accept-charset="UTF-8" method="POST">
 
     <p>
     Die folgenden Felder sind Pflicht. Ohne diese Angaben wird die Anmeldung nicht
@@ -30,10 +30,10 @@
     <font class="warn">[%warn.surname%]</font>
     <br/>
 
-    <label for="mail">Mail-Adresse</label>
-    <input id="mail" name="mail" type="text" 
-    value="[%value.mail%]" class="[%warn.mail ? "warn" : "" %]"/>
-    <font class="warn">[%warn.mail%]</font>
+    <label for="email">Mail-Adresse</label>
+    <input id="email" name="email" type="text" 
+    value="[%value.email%]" class="[%warn.email ? "warn" : "" %]"/>
+    <font class="warn">[%warn.email%]</font>
     <br/>
 
     <p>