Skip to content

Commit

Permalink
changed euid view
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Nov 25, 2024
1 parent e5ceab1 commit 0f3968a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ Handlebars.registerHelper('__n', (s, count) => {
return i18n.__n(s, count);
});


Handlebars.registerPartials(layoutPath);

export default app;
2 changes: 1 addition & 1 deletion views_euid/error.hbs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<h1>{{__ "Internal Server Error"}}</h1>
<h1> {{errorPageMessage}} </h1>
4 changes: 1 addition & 3 deletions views_uid2/error.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
<h1>
{{errorPageMessage}}
</h1>
<h1> {{errorPageMessage}} </h1>

0 comments on commit 0f3968a

Please sign in to comment.