donations feature fix

This commit is contained in:
teldra 2022-04-22 11:14:11 +02:00
parent 28308d6108
commit ada0b753d6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{{ if .price }}
{{ if eq .price "free" }}
<div>{{ if i18n "freeentry" }}{{ i18n "freeentry" }}{{ else }}{{ "Free Entry" }}{{ end }}</div>
{{ if eq .price "donation" }}
{{ else if eq .price "donation" }}
<div>{{ if i18n "donationentry" }}{{ i18n "donationaentry }}{{ else }}{{ "Voluntary Donation" }}{{ end }}</div>
{{ else }}
<div>{{ if i18n "entry" }}{{ i18n "entry" }}{{ else }}{{ "Entry" }}{{ end }}: {{ .price }}</div>