[Mpuls-commits] r4115 - base/trunk/mpulsweb/templates

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Nov 3 15:27:07 CET 2010


Author: torsten
Date: 2010-11-03 15:27:06 +0100 (Wed, 03 Nov 2010)
New Revision: 4115

Modified:
   base/trunk/mpulsweb/templates/main.mako
Log:
Reverted last change


Modified: base/trunk/mpulsweb/templates/main.mako
===================================================================
--- base/trunk/mpulsweb/templates/main.mako	2010-11-03 14:23:49 UTC (rev 4114)
+++ base/trunk/mpulsweb/templates/main.mako	2010-11-03 14:27:06 UTC (rev 4115)
@@ -1,11 +1,6 @@
 ## -*- coding: utf-8 -*-
 <%inherit file="base.mako" />
 <%def name="buildStatusBar()">
-  % if g.mpuls_config.is_enabled('common', 'showdemonotice'):
-  <div class="widget container" id="demonotice">
-    ${h.literal(_('You are using a public demo installation of %s. Do not enter any real personal data! Please note, that all data will be deleted on server resets in regular intervals')) % h.get_app_title()}
-  </div>
-  % endif
   <div id="statusbar">
     ${_('statusbar_logininfo')}:
         <a href="${h.url_for(controller='/usersettings', action='showSettings',



More information about the Mpuls-commits mailing list