summaryrefslogtreecommitdiff
path: root/ui/deleteList.html
blob: a71af7fd6fe8703655120e5b48c7a8632d340f3a (plain)
1
2
3
4
5
6
7
8
<form action="{{ @BASE }}/list/{{ @listid }}/delete" method="post">
	<input type="hidden" name="confirm" value="OK" />
	<p>Do you really want to delete the list "{{ @listname }}"?</p>
	<p>
		<a class="fakebutton" href="{{ @BASE . @ALIASES.root }}">No</a>
		<button type="submit">Yes</button>
	</p>
</form>