Show contact lists on the uploads page

Uploads page is where all the stuff you’ve uploaded lives. Now you can
upload contact lists they should live here too.

They always come first because they’re the most-removed from stuff
you’ve sent.
This commit is contained in:
Chris Hill-Scott
2020-03-16 10:55:58 +00:00
parent 8ba75cf6ba
commit 050f98fea6
5 changed files with 84 additions and 2 deletions

View File

@@ -27,6 +27,8 @@ class ContactList(JSONModel):
'template_type',
}
upload_type = 'contact_list'
@classmethod
def from_id(cls, contact_list_id, *, service_id):
# This is temporary until we have a get single list endpoint