[Mpuls-commits] r5664 - waska/branches/waska3/waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Nov 24 21:23:30 CET 2011
Author: bh
Date: 2011-11-24 21:23:30 +0100 (Thu, 24 Nov 2011)
New Revision: 5664
Modified:
waska/branches/waska3/waskaweb/controllers/privacy.py
Log:
Fix formatting.
Modified: waska/branches/waska3/waskaweb/controllers/privacy.py
===================================================================
--- waska/branches/waska3/waskaweb/controllers/privacy.py 2011-11-24 20:22:13 UTC (rev 5663)
+++ waska/branches/waska3/waskaweb/controllers/privacy.py 2011-11-24 20:23:30 UTC (rev 5664)
@@ -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