[Mpuls-commits] r5655 - waska/trunk/waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Nov 24 19:43:25 CET 2011
Author: bh
Date: 2011-11-24 19:43:24 +0100 (Thu, 24 Nov 2011)
New Revision: 5655
Modified:
waska/trunk/waskaweb/controllers/privacy.py
Log:
Fix formatting.
Modified: waska/trunk/waskaweb/controllers/privacy.py
===================================================================
--- waska/trunk/waskaweb/controllers/privacy.py 2011-11-24 15:31:48 UTC (rev 5654)
+++ waska/trunk/waskaweb/controllers/privacy.py 2011-11-24 18:43:24 UTC (rev 5655)
@@ -12,16 +12,14 @@
class PrivacyController(PrivacyController):
-
+
@checkRole('cm')
def printDiscretionStatement(self, id):
-
- """ WASKA-specific Discretion Statement """
-
+ """WASKA-specific Discretion Statement"""
id = self._checkInt(id)
case = self._loadCase(id)
statement = case.getDiscretionStatement()
c.content = statement.fillout()
return render('privacy/default_statement.mako')
-# vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8:
\ No newline at end of file
+# vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8:
More information about the Mpuls-commits
mailing list