Initial import for public release...
[archweb_dev-nj.git] / templates / news / delete.html
blob7ac5e250874027270593f1bc2b67457e05888253
1 {% extends "base.html" %}
3 {% block content %}
4 <div class="greybox">
5 <h2>Confirm Delete</h2>
6 <hr />
7 <form method="post" action=".">
8 <table>
9 <tr>
10 <td>Are You Sure?</td>
11 <td>&nbsp; &nbsp; <input name="delete" type="submit" value=" Yes " /></td>
12 </tr>
13 </table>
14 </form>
15 </div>
16 {% endblock %}