diff options
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/404.tmpl | 3 | ||||
-rw-r--r-- | web/template/error.tmpl | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/web/template/404.tmpl b/web/template/404.tmpl index 3c1769210..bd38c824b 100644 --- a/web/template/404.tmpl +++ b/web/template/404.tmpl @@ -29,7 +29,8 @@ </p> <p> If you believe this 404 was an error, you can contact - the instance admin. + the instance admin. Provide them with the following request + Request ID: <code>{{.requestID}}</code>. </p> </section> </main> diff --git a/web/template/error.tmpl b/web/template/error.tmpl index eb5645c2a..9cc21b296 100644 --- a/web/template/error.tmpl +++ b/web/template/error.tmpl @@ -20,6 +20,7 @@ <main> <section class="error"> <span>❌</span> <pre>{{.error}}</pre> + <span>Request ID</span> <code>{{.requestID}}</code> </section> </main> {{ template "footer.tmpl" .}}
\ No newline at end of file |