home
·
contact
·
privacy
projects
/
guiltcards
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cd1ec0fde4c6a72df92031498a5d277352fd1825
[guiltcards]
/
views
/
delete_card.tpl
1
<!DOCTYPE HTML>
2
<html>
3
<body>
4
<form action="{{ web_path }}/cards/{{ card_id }}/delete" method="POST">
5
<input type="submit" value="delete {{card_name}}?" />
6
</form>
7
<a href="{{ web_path }}/cards">Nah, better not …</a>
8
</body>
9
</html>