pluf2

pluf2 Git Source Tree


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

{extends 'todo/base.html'}

{block body}
<form method="POST" action="{url 'Todo_Views::addItem', array($list.id)}">
{$form.render_p}
<p>
<input type="submit" value="Create the item" /> <a href="{url 'Todo_Views::viewList', array($list.id)}">Cancel</a>
</p>
</form>
{/block}

Archive Download this file

Branches

Number of commits:
Page rendered in 0.11553s using 109 queries.