1 {% extends
"base.html" %}
5 <h2 class=
"title">Add ToDo List
</h2>
6 <form method=
"post" action=
".">
10 <td><input type=
"text" name=
"name" size=
"30" value=
"" /></td>
12 <td style=
"vertical-align:top">Description:
</td>
13 <td><textarea name=
"description" cols=
"60" rows=
"4"></textarea></td>
15 <td style=
"vertical-align:top">List of Package Names:
<br /><span style=
"font-size:x-small">(one per line)
</span></td>
16 <td><textarea name=
"packages" cols=
"60" rows=
"20"></textarea></td>
18 <td colspan=
"2" style=
"text-align:right">
19 <input type=
"submit" value=
" Create List " />