diff --git a/src/app.ts b/src/app.ts index 6b09486..338d60a 100644 --- a/src/app.ts +++ b/src/app.ts @@ -112,7 +112,6 @@ Handlebars.registerHelper('__n', (s, count) => { return i18n.__n(s, count); }); - Handlebars.registerPartials(layoutPath); export default app; diff --git a/views_euid/error.hbs b/views_euid/error.hbs index e9910bb..5a6022e 100644 --- a/views_euid/error.hbs +++ b/views_euid/error.hbs @@ -1 +1 @@ -

{{__ "Internal Server Error"}}

\ No newline at end of file +

{{errorPageMessage}}

diff --git a/views_uid2/error.hbs b/views_uid2/error.hbs index f500d31..5a6022e 100644 --- a/views_uid2/error.hbs +++ b/views_uid2/error.hbs @@ -1,3 +1 @@ -

- {{errorPageMessage}} -

+

{{errorPageMessage}}