[Mpuls-commits] r1453 - wasko/branches/2.0/mpulsweb/templates/auth
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Feb 10 12:26:40 CET 2010
Author: torsten
Date: 2010-02-10 12:26:40 +0100 (Wed, 10 Feb 2010)
New Revision: 1453
Modified:
wasko/branches/2.0/mpulsweb/templates/auth/account_deactivated.mako
Log:
Fixed inheritation
Modified: wasko/branches/2.0/mpulsweb/templates/auth/account_deactivated.mako
===================================================================
--- wasko/branches/2.0/mpulsweb/templates/auth/account_deactivated.mako 2010-02-10 11:26:17 UTC (rev 1452)
+++ wasko/branches/2.0/mpulsweb/templates/auth/account_deactivated.mako 2010-02-10 11:26:40 UTC (rev 1453)
@@ -1,5 +1,5 @@
## -*- coding: utf-8 -*-
-<%inherit file="../main_login.mako" />
+<%inherit file="main.mako" />
<h1>${_('adm_header_account_deactivated')}</h1>
<p>${_('adm_con_ad_account_deactivated')}
${_('adm_con_ad_contact_admin')}
More information about the Mpuls-commits
mailing list