diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-07 14:43:54 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-07 14:43:54 +0200 |
commit | 3f064cd622d7dd1c74a506eee0766e80a869a94c (patch) | |
tree | 27e2bca9e96fd7d85dd15b0b138a1306eb86fb55 | |
parent | 46a4e630a46fd7a57631cfb08bc01da250814336 (diff) |
Use the correct context
-rw-r--r-- | src/templates/coins-mintages.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/coins-mintages.html.tmpl b/src/templates/coins-mintages.html.tmpl index 6a8a744..a70a8ea 100644 --- a/src/templates/coins-mintages.html.tmpl +++ b/src/templates/coins-mintages.html.tmpl @@ -274,7 +274,7 @@ {{ $v := index . 0 }} {{ $p := index . 1 }} {{ if not $v.Valid }} - <td data-numeric>{{ $p.Get "Unknown" }}</td> + <td data-numeric>{{ $p.GetC "Unknown" "Header/Label" }}</td> {{ else if eq $v.V 0 }} <td data-numeric>—</td> {{ else }} |