Skip to content

Commit

Permalink
feat: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
magsyg committed Jan 2, 2025
1 parent e32e8e6 commit c44fc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/samfundet/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ def get(
'Prioritet': application.get_recruiter_priority_display(),
'Status': application.get_recruiter_status_display(),
'Sokers rangering (Hele Opptak)': f'{application.applicant_priority}/{application.get_total_applications()}',
'Intervjuer satt': f'{application.get_total_interviews_for_gang()}/{application.get_total_applications_for_gang()}',
'Intervjuer satt (For Gjeng)': f'{application.get_total_interviews_for_gang()}/{application.get_total_applications_for_gang()}',
}
)

Expand Down

0 comments on commit c44fc92

Please sign in to comment.