X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Ftodos.html;h=3dd1f3f7a7dad3c510d3b4a8384a3bff95dc3ca1;hb=6c3fca10aa663422abc48b96b38628dc2771701a;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 %}