Skip to content

Commit

Permalink
Merge pull request #198 from Teknologforeningen/timestamps-for-applic…
Browse files Browse the repository at this point in the history
…ant-export

added field
  • Loading branch information
djstockma authored Sep 3, 2024
2 parents 81fad25 + 3c54618 commit 6f435fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teknologr/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,7 @@ def dump_reg_emails(request):
'preferred_name': applicant.preferred_name,
'email': applicant.email,
'language': applicant.mother_tongue,
'application_time': applicant.created_at,
} for applicant in applicants]

return Response(content, status=200)
Expand Down

0 comments on commit 6f435fe

Please sign in to comment.