From 64f2be013d569ac3e94c06476f78aa79522f9786 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 1 Aug 2025 20:50:11 +0200 Subject: Remove useless instances of Get() --- src/templates/coins-designs.html.tmpl | 3 +-- src/templates/collecting-crh.html.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/templates/coins-designs.html.tmpl b/src/templates/coins-designs.html.tmpl index 87cf1f1..def1e98 100644 --- a/src/templates/coins-designs.html.tmpl +++ b/src/templates/coins-designs.html.tmpl @@ -10,7 +10,6 @@


- {{ $p := .Printer }} {{ range .Countries }} - {{ $p.Get .Name }} + {{ .Name }} {{ end }}
diff --git a/src/templates/collecting-crh.html.tmpl b/src/templates/collecting-crh.html.tmpl index a44d08a..d3f7197 100644 --- a/src/templates/collecting-crh.html.tmpl +++ b/src/templates/collecting-crh.html.tmpl @@ -42,7 +42,7 @@ {{ $p := .Printer }} {{ range .Countries }}
- {{ $p.Get .Name }} + {{ .Name }} {{ if eq .Code "ad" }}

{{ $p.Get "Coin rolls can be obtained from Andbank, Creand and MoraBanc. All three of these banks require that you are a customer to get rolls, however there have been reports of individuals managing to get rolls without any fees and without being a customer by simply asking kindly at the bank." }} @@ -530,7 +530,7 @@

{{ $p.Get "We currently have no information regarding coin roll hunting in {Country}." - (map "Country" ($p.Get .Name)) }} + (map "Country" .Name) }}

{{ end }}
-- cgit v1.2.3