Add cards to want lists from search view.

This commit is contained in:
luxick
2017-05-23 22:06:22 +02:00
parent fdcaac6e21
commit 69a90c2050
8 changed files with 140 additions and 61 deletions

View File

@@ -55,6 +55,7 @@ class Card(object):
self.foreign_names = response_dict.get('foreignNames')
self.owned = None
self.tags = []
self.wanted = None
@staticmethod
def find(id):