[Mpuls-commits] r2125 - wasko/branches/2.0/mpulsweb/model

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


Author: torsten
Date: 2010-03-25 08:43:44 +0100 (Thu, 25 Mar 2010)
New Revision: 2125

Modified:
   wasko/branches/2.0/mpulsweb/model/agencysettings.py
Log:
* mpulsweb/model/agencysettings.py (Agency.getDiscretionStatement):
Deleted. Not used in mpulsbase.


Modified: wasko/branches/2.0/mpulsweb/model/agencysettings.py
===================================================================
--- wasko/branches/2.0/mpulsweb/model/agencysettings.py	2010-03-25 07:39:42 UTC (rev 2124)
+++ wasko/branches/2.0/mpulsweb/model/agencysettings.py	2010-03-25 07:43:44 UTC (rev 2125)
@@ -121,11 +121,4 @@
         return self._loadDefaultStatement(get_path('formed',
                                                    'privacy_statement.html'))
 
-    def getDiscretionStatement(self):
-        form = self.conf.get('ud_formular', '')
-        if len(form) > 0:
-            return form
-        return self._loadDefaultStatement(get_path('formed',
-                                                   'discretion_statement.html'))
-
 # vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8:



More information about the Mpuls-commits mailing list