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>
<p style="margin-bottom:20px;width:540px"> <% if (statusCode != 403) { %>
This error has been logged. We will <p style="margin-bottom:20px;width:540px">
investigate this further and will prevent this from happening in the This error has been logged. We will
future. If this error persists please don't hesitate to contact support. investigate this further and will prevent this from happening in the
</p> future. If this error persists please don't hesitate to contact support.
</p>
<% } %>
<% if (showStackTrace) { %> <% if (showStackTrace) { %>
<div class="stacktrace"> <div class="stacktrace">