# HG changeset patch # User Milka Kuzminski # Date 2020-10-21 08:23:53 # Node ID 0c8b138ae6878f5c69afa993948227f2a4e2160c # Parent f67e6dce34987ddf8a349f64dedbe4ea6b887b65 error-document: update info about stored exception retrieval. diff --git a/rhodecode/templates/errors/error_document.mako b/rhodecode/templates/errors/error_document.mako --- a/rhodecode/templates/errors/error_document.mako +++ b/rhodecode/templates/errors/error_document.mako @@ -82,8 +82,8 @@

Exception ID: ${c.exception_id}
- Super-admins can see detailed traceback information from this exception by checking the below Exception ID.
- Please include the above link for further details of this exception. + Super-admins can see details of the above error in the exception tracker found under + admin > settings > exception tracker.

% endif