Changeset - aec9e58edfd0
[Not reviewed]
0 1 0
Christopher Neugebauer - 8 years ago 2016-09-23 05:21:57
chrisjrn@gmail.com
Removes avenue for crash in reporting attendees.
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
registrasion/reporting/views.py
Show inline comments
...
 
@@ -485,7 +485,8 @@ def attendee_list(request):
 
    for a in attendees:
 
        data.append([
 
            a.user.id,
 
            a.attendeeprofilebase.attendee_name(),
 
            a.attendeeprofilebase.attendee_name()
 
                if hasattr(a, "attendeeprofilebase") else "",
 
            a.user.email,
 
            a.has_registered > 0,
 
        ])
0 comments (0 inline, 0 general)