prefs.tmpl
branchxbelweb
changeset 45 c81d480c3224
parent 44 87f94936990d
child 47 2781ac85b807
--- a/prefs.tmpl	Fri Oct 17 15:05:17 2003 -0400
+++ b/prefs.tmpl	Sat Oct 18 00:56:42 2003 -0400
@@ -3,7 +3,7 @@
   <TMPL_INCLUDE NAME="headers.tmpl">
   <body>
     <h1><TMPL_VAR remote_user>'s Preferences</h1>
-    <form action="edit_prefs.py" method="get" name="keywords">
+    <form action="edit_prefs.py" method="post" name="prefs">
       <p><label>Display name:
         <input type="text" name="fullname"
   	       value="<TMPL_VAR remote_user>"/></label></p>
@@ -19,7 +19,7 @@
 	  </TMPL_LOOP>
 	</select>
 	<input type="checkbox" name="kw_reverse"
-	       value="<TMPL_VAR kw_reverse>"/>
+	  <TMPL_IF kw_reverse>checked</TMPL_IF>>
 	reversed</p>
 	<button>Submit</button>
     </form>