[Mpuls-commits] r1323 - wasko/branches/2.0/mpulsweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Feb 8 14:20:03 CET 2010
Author: torsten
Date: 2010-02-08 14:20:03 +0100 (Mon, 08 Feb 2010)
New Revision: 1323
Modified:
wasko/branches/2.0/mpulsweb/controllers/mpuls.py
Log:
* mpulsweb/controllers/mpuls.py (MpulsController.index): Return
main.mako
Modified: wasko/branches/2.0/mpulsweb/controllers/mpuls.py
===================================================================
--- wasko/branches/2.0/mpulsweb/controllers/mpuls.py 2010-02-08 13:19:15 UTC (rev 1322)
+++ wasko/branches/2.0/mpulsweb/controllers/mpuls.py 2010-02-08 13:20:03 UTC (rev 1323)
@@ -10,7 +10,4 @@
class MpulsController(BaseController):
def index(self):
- # Return a rendered template
- #return render('/mpuls.mako')
- # or, return a response
- return 'Hello World'
+ return render('/home/home.mako')
More information about the Mpuls-commits
mailing list