properly search the template path!! [#103]

Conflicts:
	Netdisco/lib/App/Netdisco/Web.pm
	Netdisco/lib/App/Netdisco/Web/Plugin.pm
This commit is contained in:
Oliver Gorwits
2014-06-23 20:35:30 +01:00
parent f29c8960ed
commit 6dbed02b7c
5 changed files with 33 additions and 6 deletions

View File

@@ -219,7 +219,7 @@ warnings: false
show_errors: false
logger: 'console'
engines:
template_toolkit:
netdisco_template_toolkit:
encoding: 'utf8'
start_tag: '[%'
end_tag: '%]'
@@ -235,7 +235,7 @@ plugins:
provider: 'App::Netdisco::Web::Auth::Provider::DBIC'
schema_name: 'netdisco'
session: 'YAML'
template: 'template_toolkit'
template: 'netdisco_template_toolkit'
route_cache: true
appname: 'Netdisco'
behind_proxy: false