diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2025-11-03 13:52:36 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2025-11-03 13:52:36 +0100 |
| commit | 15f841ab43fd9b431e93d2e870c23ae7695929cc (patch) | |
| tree | aa62f3868832ff74bcceba7d9ba57cd89e592796 /src/templates/coins-mintages.html.tmpl | |
| parent | 6f65883c6ca833dc03e4c6f4ae28fae71681caff (diff) | |
Diffstat (limited to 'src/templates/coins-mintages.html.tmpl')
| -rw-r--r-- | src/templates/coins-mintages.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/templates/coins-mintages.html.tmpl b/src/templates/coins-mintages.html.tmpl index e5fa5f1..5b0a7fd 100644 --- a/src/templates/coins-mintages.html.tmpl +++ b/src/templates/coins-mintages.html.tmpl @@ -94,11 +94,11 @@ <fieldset> {{ template "mintages/coin-type-radio" - (tuple .Type "circ" (.Get "Circulation Coins")) }} + (tuple .Type "circ" (.GetC "Circulation Coins" "Header/Label")) }} {{ template "mintages/coin-type-radio" - (tuple .Type "nifc" (.Get "NIFC / BU Sets")) }} + (tuple .Type "nifc" (.GetC "NIFC and BU Coins" "Header/Label")) }} {{ template "mintages/coin-type-radio" - (tuple .Type "proof" (.Get "Proof Coins")) }} + (tuple .Type "proof" (.GetC "Proof Coins" "Header/Label")) }} </fieldset> </div> <button type="submit">{{ .GetC "Filter" "Header/Label" }}</button> @@ -297,4 +297,4 @@ {{ else }} <td data-numeric>{{ $p.Itoa $v.V }}</td> {{ end }} -{{ end }}
\ No newline at end of file +{{ end }} |