X-Git-Url: https://plomlompom.com/repos//%22https:/validator.w3.org/check?a=blobdiff_plain;f=templates%2Ftodos.html;h=3dd1f3f7a7dad3c510d3b4a8384a3bff95dc3ca1;hb=30aef71506f7d6215b04cddaba8fddba1788f883;hp=6b733e059335b4e0c751e9ad750b0fde54b00f73;hpb=6b9970ff864e0e63527213fea5c0bed40ba877a7;p=plomtask diff --git a/templates/todos.html b/templates/todos.html index 6b733e0..3dd1f3f 100644 --- a/templates/todos.html +++ b/templates/todos.html @@ -25,9 +25,9 @@ in comment {% for todo in todos %} [{% if todo.is_done %}x{% else %} {% endif %}] -{{todo.date}} +{{todo.date}} {{todo.title_then}} -{{todo.comment}} +{{todo.comment}} {% endfor %}