X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=guiltcards.py;h=00f02f8344bb0e0bfd4927d86ff1ed66132084c2;hb=HEAD;hp=7d900df1e3fca444d26f334e0e7c4c7a9387e71b;hpb=f192f42b97251a378116ac5be16c8e5266dbc817;p=guiltcards diff --git a/guiltcards.py b/guiltcards.py index 7d900df..00f02f8 100755 --- a/guiltcards.py +++ b/guiltcards.py @@ -84,6 +84,7 @@ def show_card(deck_id, card_id): data = get_card_data(deck_id, card_id, None) return dict(web_path=web_path, deck_id=deck_id, + card_id=card_id, card=data) @post(web_path + '/decks//cards/')