From: Christian Heller <c.heller@plomlompom.de>
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/booking/static/bar%20baz.html?a=commitdiff_plain;h=10eccc6498728f6d561accc0a1a796825596049d;p=ledgplom

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;
 </table>
 </form>
 <datalist id="all_accounts">
-{% for acc in accounts %}
+{% for acc in all_accounts %}
 <option value="{{acc}}">{{acc}}</a>
 {% endfor %}
 </datalist>