summaryrefslogtreecommitdiff
path: root/ui/deleteList.html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/deleteList.html')
-rw-r--r--ui/deleteList.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/deleteList.html b/ui/deleteList.html
new file mode 100644
index 0000000..a71af7f
--- /dev/null
+++ b/ui/deleteList.html
@@ -0,0 +1,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> \ No newline at end of file