user prefs should be a POST not a GET.

This commit is contained in:
ian%hixie.ch 2002-12-23 11:39:43 +00:00
parent 1251dcec2c
commit 3498a14071

View File

@ -10,7 +10,7 @@ TemplateToolkit
[%- indent = '' -%]
[%- END %]
<form action="./" method="GET">
<form action="./" method="post" enctype="multipart/form-data">
[%- "\n <ol>" IF manyUsers -%]
[%- FOREACH userID = userIDs -%]
[%- user = userData.$userID -%]