Commit 8cae2052 authored by Jeffrey Shell's avatar Jeffrey Shell

Changed reference to 'request/text' to 'request/form/text' (as the

REQUEST object recently got a method named "text" that interfered with
the form elements name).
parent 3356ca1c
......@@ -3,7 +3,7 @@
tal:replace="structure here/manage_tabs">Tabs</h2>
<form action="" method="post"
tal:define="body request/text | here/read"
tal:define="body request/form/text | here/read"
tal:attributes="action request/URL1">
<input type="hidden" name=":default_method" value="pt_changePrefs">
<table width="100%" cellspacing="0" cellpadding="2" border="0">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment