X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/git-logo.png?a=blobdiff_plain;f=templates%2Ftodos.html;h=3dd1f3f7a7dad3c510d3b4a8384a3bff95dc3ca1;hb=2f4c681e1c4d78eacc1daa5f297f06038b45912e;hp=54ac6f568fa25b05d2f833ecc42be49f5a207423;hpb=ad957773a676d94f523199e7fc46fa416224a09f;p=plomtask diff --git a/templates/todos.html b/templates/todos.html index 54ac6f5..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.process.title.newest}} -{{todo.comment}} +{{todo.date}} +{{todo.title_then}} +{{todo.comment}} {% endfor %}