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