[Mpuls-commits] r1849 - wasko/branches/2.0/jmdweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Feb 26 15:32:49 CET 2010


Author: torsten
Date: 2010-02-26 15:32:49 +0100 (Fri, 26 Feb 2010)
New Revision: 1849

Modified:
   wasko/branches/2.0/jmdweb/controllers/case.py
Log:
Adapt link to default statement


Modified: wasko/branches/2.0/jmdweb/controllers/case.py
===================================================================
--- wasko/branches/2.0/jmdweb/controllers/case.py	2010-02-26 14:31:44 UTC (rev 1848)
+++ wasko/branches/2.0/jmdweb/controllers/case.py	2010-02-26 14:32:49 UTC (rev 1849)
@@ -190,7 +190,7 @@
             c.print_version = 1
             statement = PrivacyStatement(session_case, Agency())
             c.content = statement.fillout()
-            return render('statement/default_statement.mako')
+            return render('privacy/default_statement.mako')
 
         # Or do we want to store the new case?
         elif request.params.has_key('save'):



More information about the Mpuls-commits mailing list