repo.or.cz
/
archweb_dev-nj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed color alternation on pkglist to be conformant.
[archweb_dev-nj.git]
/
templates
/
news
/
delete.html
blob
7ac5e250874027270593f1bc2b67457e05888253
1
{% extends
"base.html"
%}
2
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>
<input
name
=
"delete"
type
=
"submit"
value
=
" Yes "
/></td>
12
</tr>
13
</table>
14
</form>
15
</div>
16
{% endblock %}