1 {% extends
"base.html" %}
6 <h2 class=
"title">Edit News
</h2>
8 <h2 class=
"title">Add News
</h2>
10 <form method=
"post" action=
".">
14 <td>{{ form.title }}
</td>
16 <td style=
"vertical-align:top">Content:
</td>
17 <td>{{ form.content }}
</td>
19 <td colspan=
"2" align=
"right">
20 <input type=
"submit" value=
" Save " />