From 909a27e1cfa4b6cc8b25d271b430416ec4609993 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 24 Jul 2025 20:40:53 +0200 Subject: Fix the mintages screen --- src/templates/coins-mintages.html.tmpl | 87 +++++++++++++--------------------- 1 file changed, 34 insertions(+), 53 deletions(-) diff --git a/src/templates/coins-mintages.html.tmpl b/src/templates/coins-mintages.html.tmpl index 1cf7c70..8df0868 100644 --- a/src/templates/coins-mintages.html.tmpl +++ b/src/templates/coins-mintages.html.tmpl @@ -1,38 +1,19 @@ {{ define "content" }}
{{ template "navbar" . }} -

{{ .T "Euro Coin Mintages" }}

+

{{ .Get "Euro Coin Mintages" }}

- {{ .T ` - Here you’ll be able to view all the known mintages for all - coins. You’ll also be able to filter on country, denomination, - etc. If you have any mintage data that’s missing from our site, - feel free to contact us. - ` }} + {{ .Get "Here you’ll be able to view all the known mintages for all coins. You’ll also be able to filter on country, denomination, etc. If you have any mintage data that’s missing from our site, feel free to contact us." }}


{{ if eq .Code "nl" }} -

{{ .T "Additional Notes" }}

+

{{ .Get "Additional Notes" }}

{{ end }} @@ -40,12 +21,12 @@