home
·
contact
·
privacy
projects
/
plomledger
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70119d4
)
Fix broken account input datalist.
author
Christian Heller
<c.heller@plomlompom.de>
Thu, 6 Feb 2025 10:13:57 +0000
(11:13 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Thu, 6 Feb 2025 10:13:57 +0000
(11:13 +0100)
templates/edit_structured.tmpl
patch
|
blob
|
history
diff --git
a/templates/edit_structured.tmpl
b/templates/edit_structured.tmpl
index 7ffa642a7b465a70568bd511c315aa3a9a35d12b..9d6273aeb041ecdb5469f7830a5411b61b7437d7 100644
(file)
--- 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 a
ll_a
ccounts %}
<option value="{{acc}}">{{acc}}</a>
{% endfor %}
</datalist>