[Mpuls-commits] r1850 - wasko/branches/2.0/mpulsweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Feb 26 16:04:59 CET 2010


Author: torsten
Date: 2010-02-26 16:04:59 +0100 (Fri, 26 Feb 2010)
New Revision: 1850

Modified:
   wasko/branches/2.0/mpulsweb/controllers/privacy.py
Log:
Fixed template name


Modified: wasko/branches/2.0/mpulsweb/controllers/privacy.py
===================================================================
--- wasko/branches/2.0/mpulsweb/controllers/privacy.py	2010-02-26 14:32:49 UTC (rev 1849)
+++ wasko/branches/2.0/mpulsweb/controllers/privacy.py	2010-02-26 15:04:59 UTC (rev 1850)
@@ -50,7 +50,7 @@
     def set(self,id):
         c.targeturl = h.url_for(controller="/case", action="digest", id=id)
         c.ds_id = id
-        return render('privacy/edit.mako')
+        return render('privacy/edit_statement.mako')
 
     @checkRole('cm')
     def accept(self, id, confirmed):



More information about the Mpuls-commits mailing list