diff --git a/templates/status/404.tmpl b/templates/status/404.tmpl index 9e961e1b84..f9a6e18224 100644 --- a/templates/status/404.tmpl +++ b/templates/status/404.tmpl @@ -1,5 +1,5 @@ {{template "base/head" .}} -
+
{{if .IsRepo}}{{template "repo/header" .}}{{end}}

404

diff --git a/templates/status/413.tmpl b/templates/status/413.tmpl index 8248f601b2..75cb3d04a6 100644 --- a/templates/status/413.tmpl +++ b/templates/status/413.tmpl @@ -1,5 +1,5 @@ {{template "base/head" .}} -
+
{{if .IsRepo}}{{template "repo/header" .}}{{end}}

413