summaryrefslogtreecommitdiffstats
path: root/templates/projects/new.tmpl
diff options
context:
space:
mode:
authorZettat123 <zettat123@gmail.com>2023-03-27 13:15:41 +0800
committerGitHub <noreply@github.com>2023-03-27 13:15:41 +0800
commite6e602fd8d35471f1e2f4a42669a1f17e76e0176 (patch)
tree783c768112d81eb00c2437ad0ea0c105d37b97f2 /templates/projects/new.tmpl
parentb46c46f3a3a0c09ade5a57e1693e2e6a5d07c120 (diff)
downloadgitea-e6e602fd8d35471f1e2f4a42669a1f17e76e0176.tar.gz
gitea-e6e602fd8d35471f1e2f4a42669a1f17e76e0176.zip
Fix project card preview select and template select (#23684)
Now user cannot set Card Previews when creating a new project. Before: https://user-images.githubusercontent.com/15528715/227488883-29bbd636-8b98-45b3-b2f8-de5206b045dc.mp4 After: https://user-images.githubusercontent.com/15528715/227488976-3447f252-805a-4f18-ae0e-1cddd921dcc3.mp4
Diffstat (limited to 'templates/projects/new.tmpl')
-rw-r--r--templates/projects/new.tmpl2
1 files changed, 1 insertions, 1 deletions
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 @@
<input type="hidden" name="board_type" value="{{.type}}">
<div class="default text">{{.locale.Tr "repo.projects.template.desc_helper"}}</div>
<div class="menu">
- {{range $element := .ProjectTypes}}
+ {{range $element := .BoardTypes}}
<div class="item" data-id="{{$element.BoardType}}" data-value="{{$element.BoardType}}">{{$.locale.Tr $element.Translation}}</div>
{{end}}
</div>