home · contact · privacy
Add deck management.
[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>