mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Merge branch 'za/2737-members-csv-report' of github.com:cisagov/manage.get.gov into za/2737-members-csv-report
This commit is contained in:
commit
a77eb59089
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class MemberExport(BaseExport):
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_columns(cls):
|
def get_columns(cls):
|
||||||
"""
|
"""
|
||||||
Returns the columns for CSV export. Override in subclasses as needed.
|
Returns the list of column string names for CSV export. Override in subclasses as needed.
|
||||||
"""
|
"""
|
||||||
return [
|
return [
|
||||||
"Email",
|
"Email",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue