[Mpuls-commits] r1275 - wasko/branches/2.0/waskaweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Feb 5 15:07:42 CET 2010


Author: torsten
Date: 2010-02-05 15:07:41 +0100 (Fri, 05 Feb 2010)
New Revision: 1275

Modified:
   wasko/branches/2.0/waskaweb/controllers/waska.py
Log:
* waskaweb/controllers/waska.py (WaskaController.settings): Deleted.
Not called anymore.


Modified: wasko/branches/2.0/waskaweb/controllers/waska.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/waska.py	2010-02-05 14:05:27 UTC (rev 1274)
+++ wasko/branches/2.0/waskaweb/controllers/waska.py	2010-02-05 14:07:41 UTC (rev 1275)
@@ -125,10 +125,6 @@
     def help(self):
         return render('/start/help.mako')
 
-    def settings(self, id):
-        id = self._checkInt(id)
-        redirect_to(controller="usersettings", action="showSettings", id=id)
-
     def info(self):
         return render('/start/responsible.mako')
 



More information about the Mpuls-commits mailing list