home · contact · privacy
Initial commit.
[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_id}}?" />
6 </form>
7 <a href="{{ web_path }}/cards">Nah, better not …</a>
8 </body>
9 </html>