diff options
author | Kevin Chabowski <kevin@kch42.de> | 2014-03-19 22:45:31 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2014-03-19 22:45:31 +0100 |
commit | efbdc3bbd6cba8691391ec2192ea96adbfb8c029 (patch) | |
tree | be6a69fab84d15d9fc1f8a50a02e8d57e9388c3b /ui/deleteList.html | |
download | todo-efbdc3bbd6cba8691391ec2192ea96adbfb8c029.tar.gz todo-efbdc3bbd6cba8691391ec2192ea96adbfb8c029.tar.bz2 todo-efbdc3bbd6cba8691391ec2192ea96adbfb8c029.zip |
Initial commit
Diffstat (limited to 'ui/deleteList.html')
-rw-r--r-- | ui/deleteList.html | 8 |
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 |