Removes error loggign messsage in case of 403

pull/313/head
Dana 2016-06-01 07:54:00 +00:00
rodzic e426ee30b7
commit 7c8d57b000
1 zmienionych plików z 7 dodań i 5 usunięć

Wyświetl plik

@ -8,11 +8,13 @@
<div id="wrapper"> <div id="wrapper">
<h1><%=title%></h1> <h1><%=title%></h1>
<h2><em><%=statusCode%> - <%=scope%></em> <%=error%></h2> <h2><em><%=statusCode%> - <%=scope%></em> <%=error%></h2>
<% if (statusCode != 403) { %>
<p style="margin-bottom:20px;width:540px"> <p style="margin-bottom:20px;width:540px">
This error has been logged. We will This error has been logged. We will
investigate this further and will prevent this from happening in the investigate this further and will prevent this from happening in the
future. If this error persists please don't hesitate to contact support. future. If this error persists please don't hesitate to contact support.
</p> </p>
<% } %>
<% if (showStackTrace) { %> <% if (showStackTrace) { %>
<div class="stacktrace"> <div class="stacktrace">