[Mpuls-commits] r1470 - wasko/branches/2.0/mpulsweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Feb 10 16:49:42 CET 2010


Author: torsten
Date: 2010-02-10 16:49:41 +0100 (Wed, 10 Feb 2010)
New Revision: 1470

Modified:
   wasko/branches/2.0/mpulsweb/controllers/news.py
Log:
* mpulsweb/controllers/news.py (NewsController.index): Deleted. Not
  used. 


Modified: wasko/branches/2.0/mpulsweb/controllers/news.py
===================================================================
--- wasko/branches/2.0/mpulsweb/controllers/news.py	2010-02-10 14:55:22 UTC (rev 1469)
+++ wasko/branches/2.0/mpulsweb/controllers/news.py	2010-02-10 15:49:41 UTC (rev 1470)
@@ -17,12 +17,6 @@
 
 class NewsController(BaseController):
 
-    def index(self):
-        # Return a rendered template
-        #return render('/news.mako')
-        # or, return a response
-        return 'Hello World'
-
     def hide(self, id, confirmed=0):
         '''
         Will mark the news as read for the current user. The news will then not



More information about the Mpuls-commits mailing list