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