diff --git a/plugins/c9.error/views/error.html.ejs b/plugins/c9.error/views/error.html.ejs index b686bbec..9b66e689 100644 --- a/plugins/c9.error/views/error.html.ejs +++ b/plugins/c9.error/views/error.html.ejs @@ -8,11 +8,13 @@

<%=title%>

<%=statusCode%> - <%=scope%> <%=error%>

-

- This error has been logged. We will - investigate this further and will prevent this from happening in the - future. If this error persists please don't hesitate to contact support. -

+ <% if (statusCode != 403) { %> +

+ This error has been logged. We will + investigate this further and will prevent this from happening in the + future. If this error persists please don't hesitate to contact support. +

+ <% } %> <% if (showStackTrace) { %>