diff --git a/templates/forbidden.html.tmpl b/templates/forbidden.html.tmpl index 2e7543a8c3c414fffb440b45b6bc398cf64f45ee..abbe6cd2ef1127d5333016e7334b34376885f59d 100644 --- a/templates/forbidden.html.tmpl +++ b/templates/forbidden.html.tmpl @@ -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>