From aaf4ac5549a0b09933f7a76b16161d7d94d55b5b Mon Sep 17 00:00:00 2001 From: Rohith <gambol99@gmail.com> Date: Tue, 16 Aug 2016 16:44:18 +0100 Subject: [PATCH] - update the forbidden template, fixed the typo on the code 503 -> 403 --- templates/forbidden.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/forbidden.html.tmpl b/templates/forbidden.html.tmpl index 2e7543a..abbe6cd 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> -- GitLab