summaryrefslogtreecommitdiff
path: root/template/delete_head.html
blob: 50f5426ed51d36bbcd19e9807e65a08b4163cb1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<h1><i class="fa-regular fa-folder-open"></i> Delete</h1>
<p>path</p>
<pre>@@path@@</pre>
<hr />
<div>
<form action="@@submit_url@@" method="post" enctype="multipart/form-data">
	<div>
	<p>Deleting content cannot be undone. Proceed anyway?</p>
	</div>
	<div>
	<input type="submit" value="Delete" />
	</div>
</form>
</div>