Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anthony
memopol
Commits
9a94618d
Commit
9a94618d
authored
Jun 15, 2016
by
Nicolas Joyard
Browse files
Fix CSV export exception
parent
484277fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
memopol/views/representative_list.py
View file @
9a94618d
...
...
@@ -84,6 +84,6 @@ class RepresentativeList(CSVDownloadMixin, GridListMixin, PaginationMixin,
return
(
obj
.
full_name
,
u
', '
.
join
([
e
.
email
for
e
in
obj
.
email_set
.
all
()]),
obj
.
main_mandate
.
group
.
abbreviation
,
obj
.
main_mandate
.
group
.
abbreviation
if
obj
.
main_mandate
else
None
,
obj
.
country
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment