diff options
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/areyousure.html')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/areyousure.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/areyousure.html b/ratatoeskr/templates/src/systemtemplates/areyousure.html index 6663f7a..0d40585 100644 --- a/ratatoeskr/templates/src/systemtemplates/areyousure.html +++ b/ratatoeskr/templates/src/systemtemplates/areyousure.html @@ -3,7 +3,7 @@ <div class="pos_center"> <h2><ste:escape>$question</ste:escape></h2> ?{$moredetails|<p><ste:escape>$moredetails</ste:escape></p>|} - <form action="$callback" method="POST"> + <form action="$callback" method="post"> <input type="submit" class="yes_btn" name="yes" value="<ste:escape>?{$yestext|$yestext|<ste:get_translation for='yes' raw='y' />}</ste:escape>" /> <input type="submit" class="no_btn" name="no" value="<ste:escape>?{$notext|$notext|<ste:get_translation for='no' raw='y' />}</ste:escape>" /> </form> |