From f867429bab6efe18a21c4fd531ecbe4eff8cff40 Mon Sep 17 00:00:00 2001 From: Buchan Milne Date: Thu, 4 Nov 2010 11:59:43 +0000 Subject: Switch to View::Email::Template for emails Complete password reset by admin, and localise in user's preferredLanguage Localise all /user content Require re-entry of current password on password change Clean up debugging --- lib/CatDap/View/TT.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CatDap/View/TT.pm') diff --git a/lib/CatDap/View/TT.pm b/lib/CatDap/View/TT.pm index f63d775..873b7e1 100644 --- a/lib/CatDap/View/TT.pm +++ b/lib/CatDap/View/TT.pm @@ -8,7 +8,7 @@ use base 'Catalyst::View::TT'; __PACKAGE__->config( TEMPLATE_EXTENSION => '.tt', render_die => 1, - WRAPPER => 'template/wrapper', + #WRAPPER => 'template/wrapper', PRE_PROCESS => 'template/pre', ); -- cgit v1.2.1