[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services - editconfiguration.pt:1.4
Jim Fulton
jim@zope.com
Tue, 21 Jan 2003 16:37:39 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/services
In directory cvs.zope.org:/tmp/cvs-serv12655
Modified Files:
editconfiguration.pt
Log Message:
Changed the form to use POST method. It had been changed to use GET,
for debugging, and hadn't been changed back.
=== Zope3/src/zope/app/browser/services/editconfiguration.pt 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/services/editconfiguration.pt:1.3 Mon Jan 20 17:52:38 2003
+++ Zope3/src/zope/app/browser/services/editconfiguration.pt Tue Jan 21 16:37:37 2003
@@ -4,7 +4,7 @@
</head>
<body>
<div metal:fill-slot="body">
-<form action="."
+<form action="." method="POST"
tal:define="info view/action"
tal:attributes="action request/URL">