diff --git a/templates/projects/new.tmpl b/templates/projects/new.tmpl
index e7927221a8..ecb8c74565 100644
--- a/templates/projects/new.tmpl
+++ b/templates/projects/new.tmpl
@@ -38,7 +38,7 @@
{{.locale.Tr "repo.projects.template.desc_helper"}}
diff --git a/templates/repo/projects/new.tmpl b/templates/repo/projects/new.tmpl
index 20c4d2ebfc..4778279317 100644
--- a/templates/repo/projects/new.tmpl
+++ b/templates/repo/projects/new.tmpl
@@ -54,7 +54,7 @@
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
{{range $element := .CardTypes}}
- {{if or (eq $.card_type $element.CardType) (and (not $.card_type) (eq $element.CardType 2))}}
+ {{if or (eq $.card_type $element.CardType) (and (not $.PageIsEditProjects) (eq $element.CardType 1))}}
{{$.locale.Tr $element.Translation}}
{{end}}