From: Christian Heller Date: Thu, 6 Feb 2025 10:13:57 +0000 (+0100) Subject: Fix broken account input datalist. X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/%7B%7Bdb.prefix%7D%7D/%7B%7Bprefix%7D%7D/day?a=commitdiff_plain;h=10eccc6498728f6d561accc0a1a796825596049d;p=plomledger Fix broken account input datalist. --- diff --git a/templates/edit_structured.tmpl b/templates/edit_structured.tmpl index 7ffa642..9d6273a 100644 --- a/templates/edit_structured.tmpl +++ b/templates/edit_structured.tmpl @@ -125,7 +125,7 @@ window.onload = update_form; -{% for acc in accounts %} +{% for acc in all_accounts %}