--- a/templates/html.invitation.tpl Wed Jul 06 00:41:47 2011 +0200
+++ b/templates/html.invitation.tpl Wed Jul 06 09:33:50 2011 +0200
@@ -15,7 +15,7 @@
[%expires%] Minuten erreichbar bist. Diese Adresse wird nirgendwo
gespeichert.
- <form>
+ <form method="POST">
[%IF warn.mail%]
<div class="warn">
@@ -24,8 +24,8 @@
[%END%]
<label for="mail">Mail-Adresse</label>
- <input type="text" id="mail" name="mail"
- value="[%value.mail%]" class="[%warn.mail ? "warn" : "" %]" />
+ <input type="text" id="email" name="email"
+ value="[%value.email%]" class="[%warn.email ? "warn" : "" %]" />
<br>
<input type="submit" name="submit" value="Los">
</form>