This commit is contained in:
Matt Marcha 2024-08-10 11:44:44 -10:00 committed by Matt Marcha
parent 9dbb08d17e
commit 1a7973ad13

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve"> <templates xml:space="preserve">
<t t-name="awesome_owl.TodoItem"> <t t-name="awesome_owl.TodoItem">
<div> <div t-att-class="{'text-muted text-decoration-line-through': props.todo.isCompleted}">
<t t-esc="props.todo.id" />. <t t-esc="props.todo.description" /> <t t-esc="props.todo.id" />. <t t-esc="props.todo.description" />
</div> </div>
</t> </t>