X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=templates%2Ftodos.html;h=3dd1f3f7a7dad3c510d3b4a8384a3bff95dc3ca1;hb=8542cd471f1aeea1abbe0b237a94f7863fb12dd0;hp=6b733e059335b4e0c751e9ad750b0fde54b00f73;hpb=d31168fca24980f4e5f996bc187ed773eb504629;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 %}