[Mpuls-commits] r5337 - base/trunk/mpulsweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Sep 14 21:21:43 CEST 2011


Author: bh
Date: 2011-09-14 21:21:43 +0200 (Wed, 14 Sep 2011)
New Revision: 5337

Modified:
   base/trunk/mpulsweb/controllers/meta.py
Log:
Fix formatting in mpulsweb/controllers/meta.py.


Modified: base/trunk/mpulsweb/controllers/meta.py
===================================================================
--- base/trunk/mpulsweb/controllers/meta.py	2011-09-14 18:05:45 UTC (rev 5336)
+++ base/trunk/mpulsweb/controllers/meta.py	2011-09-14 19:21:43 UTC (rev 5337)
@@ -60,7 +60,7 @@
         permission or link. Provides access to varios actions for the meta
         case.'''
         if id != session.get('meta_caseid'):
-            session['meta_caseid'] = id 
+            session['meta_caseid'] = id
             session['meta_discretion_statement'] = False
             session['meta_acceptance_statement'] = False
             session.save()
@@ -78,7 +78,9 @@
         return render('/meta/statement1.mako')
 
     @confirm(header=N_('Set acceptance statement?'),
-             text=N_('Do you really want to mark the acceptance statement as set. This requires a printable and signed acceptance statement from the client.'))
+             text=N_('Do you really want to mark the acceptance statement'
+                     ' as set. This requires a printable and signed acceptance'
+                     ' statement from the client.'))
     def set_statement1(self, id):
         '''Returns a rendered statement of the agreement statement to
         sychronize data with the meta case'''
@@ -98,7 +100,9 @@
         return render('/meta/statement2.mako')
 
     @confirm(header=N_('Set discretion statement?'),
-             text=N_('Do you really want to mark the discretion statement as set. This requires a printable and signed discretion statement from the client.'))
+             text=N_('Do you really want to mark the discretion statement'
+                     ' as set. This requires a printable and signed discretion'
+                     ' statement from the client.'))
     def set_statement2(self, id):
         '''Returns a rendered statement of the agreement statement to
         sychronize data with the meta case'''



More information about the Mpuls-commits mailing list