From 166d86cf5887508513ccde729ee096b643015f23 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 4 May 2025 11:23:48 -0500 Subject: [PATCH] receipt: Fix display of notes field Unlike the normal `` element, `` uses a `value` attribute to store the prefilled value of the field, rather than a child text node. --- templates/receipt.html.tera | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/receipt.html.tera b/templates/receipt.html.tera index 4f53905..4d67e8e 100644 --- a/templates/receipt.html.tera +++ b/templates/receipt.html.tera @@ -60,7 +60,12 @@ >
- {{ notes }} +