pluf2

pluf2 Git Source Tree


Root/apps/todos/src/Todo/templates/todo/item/delete.html

{extends 'todo/base.html'}

{block body}
<form method="POST" action="{url 'Todo_Views::deleteItem', array($item.id)}">
<p>Are you sure you want to delete the todo item <em>{$item.item}</em>?</p>
<input type="submit" value="Yes, delete it." />
</form>
{/block}

Archive Download this file

Branches

Number of commits:
Page rendered in 0.05876s using 11 queries.