From 52e889e1eb7614940910b0472298a7eeaa90bd11 Mon Sep 17 00:00:00 2001
From: Martin Lowe <martin.lowe@eclipse-foundation.org>
Date: Wed, 15 Nov 2023 16:06:35 -0500
Subject: [PATCH] Iss #153 - Fix bad section ref in Qute template that broke
 revalidation

---
 src/main/resources/templates/simple_fingerprint_ui.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/templates/simple_fingerprint_ui.html b/src/main/resources/templates/simple_fingerprint_ui.html
index 48b83e32..cf2fddb9 100644
--- a/src/main/resources/templates/simple_fingerprint_ui.html
+++ b/src/main/resources/templates/simple_fingerprint_ui.html
@@ -220,7 +220,7 @@
 </div>
 {/}
 
-{#post_content}
+{#postcontent}
 <script src="https://hcaptcha.com/1/api.js?hl=en" async="async" defer="defer"></script>
 {|
 <script>
-- 
GitLab