From 9ac0418e9a861c7b522ea025433ac8c8ce77c040 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 23 Jan 2023 01:18:23 +0000 Subject: [PATCH 1/2] fix typo/logic for generic hole name --- files/templates/search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/search.html b/files/templates/search.html index d870ccbb8..d46bf737c 100644 --- a/files/templates/search.html +++ b/files/templates/search.html @@ -46,7 +46,7 @@
-
Hole:
+
{{HOLE_NAME | capfirst}}:
-- 2.34.1 From b876ac613126fa85b174b6be2a02d5972db36606 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 23 Jan 2023 01:24:33 +0000 Subject: [PATCH 2/2] fix fix typo/logic for generic hole name --- files/templates/search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/search.html b/files/templates/search.html index d46bf737c..80054bc0b 100644 --- a/files/templates/search.html +++ b/files/templates/search.html @@ -46,7 +46,7 @@
-
{{HOLE_NAME | capfirst}}:
+
{{HOLE_NAME | capitalize }}:
-- 2.34.1