diff --git a/views/errors/error.njk b/views/errors/error.njk index 86463c8..c560bd7 100644 --- a/views/errors/error.njk +++ b/views/errors/error.njk @@ -29,7 +29,7 @@
- Error ID: {{ error_id }} + Error ID: {{ error_id | default('Request has no indentifier.') }}
If you think this isn't right, please contact us with the above error ID at {{ app.contact_email }}.