Skip to content

Commit

Permalink
- update the forbidden template, fixed the typo on the code 503 -> 403
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Aug 16, 2016
1 parent 5ee0baf commit aaf4ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/forbidden.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="col-md-12">
<div class="error-template">
<h1 class="oops">Oops!</h1>
<h2 class="message">503 Permission Denied</h2>
<h2 class="message">403 Permission Denied</h2>
<div class="error-details">
Sorry, you do not have access to this page, please contact your administrator
</div>
Expand Down

0 comments on commit aaf4ac5

Please sign in to comment.