X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=templates%2Ftodos.html;h=3dd1f3f7a7dad3c510d3b4a8384a3bff95dc3ca1;hb=c64a6dcd83cd13f5cc534325feac0554cf289a81;hp=6cbf0bc5872917852bc95095a0383075ae3dc548;hpb=5383b5cf1520a1cb66b4966dd4ee449a99f5e465;p=plomtask diff --git a/templates/todos.html b/templates/todos.html index 6cbf0bc..3dd1f3f 100644 --- a/templates/todos.html +++ b/templates/todos.html @@ -19,15 +19,15 @@ in comment done date -process +title comment {% for todo in todos %} [{% if todo.is_done %}x{% else %} {% endif %}] -{{todo.date}} -{{todo.title_then}} -{{todo.comment}} +{{todo.date}} +{{todo.title_then}} +{{todo.comment}} {% endfor %}