From 24785c3e71d65880ed1e634a68315f78a3c91803 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Sat, 23 Jan 2021 18:09:53 +0100 Subject: [PATCH] error.njk: add default string to display when there is no error_id Related: #17 --- views/errors/error.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}.