[Mpuls-commits] r1063 - wasko/branches/2.0/waskaweb/templates/logbook

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Feb 1 14:31:35 CET 2010


Author: torsten
Date: 2010-02-01 14:31:35 +0100 (Mon, 01 Feb 2010)
New Revision: 1063

Modified:
   wasko/branches/2.0/waskaweb/templates/logbook/edit.mako
Log:
Call editAction method in logbook controller


Modified: wasko/branches/2.0/waskaweb/templates/logbook/edit.mako
===================================================================
--- wasko/branches/2.0/waskaweb/templates/logbook/edit.mako	2010-02-01 13:31:09 UTC (rev 1062)
+++ wasko/branches/2.0/waskaweb/templates/logbook/edit.mako	2010-02-01 13:31:35 UTC (rev 1063)
@@ -27,7 +27,7 @@
 ${self.buildFormErrors(formular_labels)}
 <div id="appointment">
   <div id="waska_form">
-    <form action="/case/editAction" accept-charset="UTF-8" method="POST">
+    <form action="/logbook/editAction" accept-charset="UTF-8" method="POST">
       <%include file="../logbook/edit_body.mako" />
       <input type="hidden" name="id">
     </form>



More information about the Mpuls-commits mailing list