X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=templates%2Ftodos.html;h=6b733e059335b4e0c751e9ad750b0fde54b00f73;hb=6b9970ff864e0e63527213fea5c0bed40ba877a7;hp=6cbf0bc5872917852bc95095a0383075ae3dc548;hpb=d916781d66c1aaf4e3a04580153dce61744d5729;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 %}