[Mpuls-commits] r2126 - wasko/branches/2.0/jmdweb/model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Mar 25 08:45:11 CET 2010


Author: torsten
Date: 2010-03-25 08:45:11 +0100 (Thu, 25 Mar 2010)
New Revision: 2126

Modified:
   wasko/branches/2.0/jmdweb/model/statement.py
Log:
* jmdweb/model/statement.py (DiscretionStatement): Deleted not used in
jmdweb.


Modified: wasko/branches/2.0/jmdweb/model/statement.py
===================================================================
--- wasko/branches/2.0/jmdweb/model/statement.py	2010-03-25 07:43:44 UTC (rev 2125)
+++ wasko/branches/2.0/jmdweb/model/statement.py	2010-03-25 07:45:11 UTC (rev 2126)
@@ -62,18 +62,6 @@
     def isSigned(self):
         return False
 
-
-class DiscretionStatement(Statement):
-
-    def fillout(self):
-        s = {
-            'VORNAME': escape(F.NA(self.case.first_name)),
-            'NACHNAME': escape(F.NA(self.case.last_name)),
-            'KA_NAME': escape(F.NA(self.agency.getName())),
-            }
-        return Template(self.agency.getDiscretionStatement()).safe_substitute(s)
-
-
 class PrivacyStatement(Statement):
 
     def fillout(self):



More information about the Mpuls-commits mailing list