From 21f7db2124cf42c3c74f7728b658f1bc1030acf1 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Fri, 15 Nov 2024 09:30:26 +0800 Subject: [PATCH] Fix incorrect project page CSS class (#32510) Otherwise milestone JS would run on this page and cause errors --- templates/repo/projects/new.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/projects/new.tmpl b/templates/repo/projects/new.tmpl index e70f3bca87..67abfe24be 100644 --- a/templates/repo/projects/new.tmpl +++ b/templates/repo/projects/new.tmpl @@ -1,5 +1,5 @@ {{template "base/head" .}} -
+
{{template "repo/header" .}}
{{template "projects/new" .}}