aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user/project.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user/project.tmpl')
-rw-r--r--templates/user/project.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/project.tmpl b/templates/user/project.tmpl
index 59eff13aa7..7016c4d8b7 100644
--- a/templates/user/project.tmpl
+++ b/templates/user/project.tmpl
@@ -48,7 +48,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>