Skip to content

Commit

Permalink
Fix project card preview select and template select (#23684) (#23731)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zettat123 committed Mar 29, 2023
1 parent d977e7e commit 81a995c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/projects/new.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<div class="ui selection dropdown">
{{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))}}
<input type="hidden" name="card_type" value="{{$element.CardType}}">
<div class="default text">{{$.locale.Tr $element.Translation}}</div>
{{end}}
Expand Down

0 comments on commit 81a995c

Please sign in to comment.