##// END OF EJS Templates
error-pages: update message to more proper.
marcink -
r3321:ffd2b28a default
parent child Browse files
Show More
@@ -165,7 +165,7 b' def error_handler(exception, request):'
165
165
166 error_explanation = base_response.explanation or str(base_response)
166 error_explanation = base_response.explanation or str(base_response)
167 if base_response.status_code == 404:
167 if base_response.status_code == 404:
168 error_explanation += " Or you don't have permission to access it."
168 error_explanation += " Optionally you don't have permission to access this page."
169 c = AttributeDict()
169 c = AttributeDict()
170 c.error_message = base_response.status
170 c.error_message = base_response.status
171 c.error_explanation = error_explanation
171 c.error_explanation = error_explanation
General Comments 0
You need to be logged in to leave comments. Login now