From 52db1d03e5067de4ba77c3a12465149d268eb3d1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 9 Jun 2025 02:51:27 +0200 Subject: Begin migration towards SQLite --- src/templates/coins-mintages.html.tmpl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/templates/coins-mintages.html.tmpl') diff --git a/src/templates/coins-mintages.html.tmpl b/src/templates/coins-mintages.html.tmpl index 8554c3f..772db33 100644 --- a/src/templates/coins-mintages.html.tmpl +++ b/src/templates/coins-mintages.html.tmpl @@ -66,7 +66,6 @@ - {{ $data := (index .Mintages (strToCtype .Type)) }}
{{ .T "Standard Issue Coins" }}
@@ -81,7 +80,7 @@ {{ $p := .Printer }} {{ $type := .Type }} - {{ range $data.Standard }} + {{ range .Mintages.Standard }}
{{- .Year -}} @@ -106,7 +105,7 @@
- {{ if ne (len $data.Commemorative) 0 }} + {{ if ne (len .Mintages.Commemorative) 0 }}
{{ .T "Commemorative Coins" }}
@@ -118,7 +117,7 @@ {{ $p := .Printer }} {{ $type := .Type }} - {{ range $data.Commemorative }} + {{ range .Mintages.Commemorative }}
{{- .Year -}} -- cgit v1.2.3