home · contact · privacy
Fix broken account input datalist.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 6 Feb 2025 10:13:57 +0000 (11:13 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 6 Feb 2025 10:13:57 +0000 (11:13 +0100)
templates/edit_structured.tmpl

index 7ffa642a7b465a70568bd511c315aa3a9a35d12b..9d6273aeb041ecdb5469f7830a5411b61b7437d7 100644 (file)
@@ -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>