[Mpuls-commits] r1321 - in wasko/branches/2.0/mpulsweb/templates: . home
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Feb 8 14:15:07 CET 2010
Author: torsten
Date: 2010-02-08 14:15:06 +0100 (Mon, 08 Feb 2010)
New Revision: 1321
Added:
wasko/branches/2.0/mpulsweb/templates/home/
wasko/branches/2.0/mpulsweb/templates/home/home.mako
Log:
* mpulsweb/templates/home/home.mako: New. Default template for the
"home" page aka "blackboard".
Added: wasko/branches/2.0/mpulsweb/templates/home/home.mako
===================================================================
--- wasko/branches/2.0/mpulsweb/templates/home/home.mako 2010-02-08 13:04:46 UTC (rev 1320)
+++ wasko/branches/2.0/mpulsweb/templates/home/home.mako 2010-02-08 13:15:06 UTC (rev 1321)
@@ -0,0 +1,4 @@
+## -*- coding: utf-8 -*-
+<%! import mpulsweb.lib.helper.filters as F %>
+<%inherit file="../main.mako" />
+<h1>${_('Welcome to %s') % h.get_app_title()}</h1>
More information about the Mpuls-commits
mailing list