From 6a4be2cb6a6193a3f41d5e08d05044e3c54efc38 Mon Sep 17 00:00:00 2001 From: Hester Gong Date: Wed, 12 Apr 2023 02:28:40 +0800 Subject: Add cardtype to org/user level project on creation, edit and view (#24043) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Part of #23318 The way to fix the missing cardtype for user/org level projects in this PR is to port the cardtype related part from #22112 to org/user level projects' template and router functions. Before: 截屏2023-04-11 13 55 49 截屏2023-04-11 13 55 59 After: Create 截屏2023-04-11 13 27 16 Edit 截屏2023-04-11 13 27 05 View 截屏2023-04-11 13 26 56 Co-authored-by: Giteabot --- templates/projects/new.tmpl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'templates/projects/new.tmpl') diff --git a/templates/projects/new.tmpl b/templates/projects/new.tmpl index ecb8c74565..9accfbcc1c 100644 --- a/templates/projects/new.tmpl +++ b/templates/projects/new.tmpl @@ -45,6 +45,24 @@ {{end}} + +
+ + +
-- cgit v1.2.3