diff --git a/ldb/export.py b/ldb/export.py index 12f3c7c..d729c1e 100644 --- a/ldb/export.py +++ b/ldb/export.py @@ -218,7 +218,12 @@ def set_querysets(self, query): "machazine", ], "organization": [], - "person": ["mail_announcements", "mail_company", "mail_education"], + "person": [ + "mail_announcements", + "mail_company", + "mail_education", + "committee_memberships__board", + ], "person__member": ["associate_member", "donating_member", "merit_invitations"], "person__student": ["first_year", "enrolled"], "person__alumnus": [], diff --git a/ldb/static/partials/export.html b/ldb/static/partials/export.html index 8590a0a..89da7a1 100644 --- a/ldb/static/partials/export.html +++ b/ldb/static/partials/export.html @@ -216,6 +216,18 @@