home
·
contact
·
privacy
projects
/
plomtask
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53f151e
)
Fix broken template.
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 18 May 2024 03:03:03 +0000
(
05:03
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 18 May 2024 03:03:03 +0000
(
05:03
+0200)
templates/day.html
patch
|
blob
|
history
diff --git
a/templates/day.html
b/templates/day.html
index ce16f28179588d367680dd80c2123459f4942251..89290582486b54042d073d8092477cfe185391a4 100644
(file)
--- a/
templates/day.html
+++ b/
templates/day.html
@@
-146,7
+146,7
@@
add todo: <input name="new_todo" list="processes" autocomplete="off" />
{% endfor %}
{% set list_name = "todos_for_%s"|format(condition.id_) %}
<td><input name="new_todo" list="{{list_name}}" autocomplete="off" /></td>
-{{ macros.datalist_of_
direct_
titles(list_name, enablers_for[condition.id_]) }}
+{{ macros.datalist_of_titles(list_name, enablers_for[condition.id_]) }}
</td>
</tr>
{% endfor %}