user prefs should be a POST not a GET.

git-svn-id: svn://10.0.0.236/trunk@135584 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ian%hixie.ch
2002-12-23 11:39:43 +00:00
parent 4fef49a101
commit fdefe32495

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 -%]