Skip to content

Commit 33eec71

Browse files
committed
fix outload
1 parent 1078b01 commit 33eec71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

users/admin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ def get_export_users_emails(self, users):
257257
baby.first_name + " " + baby.last_name,
258258
today.year - baby.birthday.year,
259259
", ".join(interests),
260-
"",
261-
"",
260+
baby.organization,
261+
baby.v2_speciality if baby.v2_speciality else baby.speciality,
262262
]
263263
)
264264

0 commit comments

Comments
 (0)