aboutsummaryrefslogtreecommitdiffstats
path: root/templates/projects/new.tmpl
diff options
context:
space:
mode:
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 04192c64c2..19bf503692 100644
--- a/templates/projects/new.tmpl
+++ b/templates/projects/new.tmpl
@@ -36,7 +36,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>