emile 8 months ago
parent 771b13ecd0
commit 297651523f

@ -64,7 +64,7 @@ def get_staffs(request):
staffs_data = []
for staff in staffs:
staff_data = {
"id": staff.id,
"id": staff.user.id,
"first_name": staff.user.first_name,
"last_name": staff.user.last_name,
"image": staff.image.url,

Loading…
Cancel
Save