Skip to content

Commit

Permalink
Admin > Venteliste: Flyttede Forenings kolonne
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewel committed Jul 29, 2024
1 parent 5bdac28 commit 103e155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion members/admin/waitinglist_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def get_form(self, request, obj=None, change=False, **kwargs):
return form

list_display = (
"union_link",
"department_link",
"person_link",
"person_age_years",
Expand All @@ -89,6 +88,7 @@ def get_form(self, request, obj=None, change=False, **kwargs):
"user_waiting_list_number",
"user_created",
"user_added_waiting_list",
"union_link",
)

list_filter = (
Expand Down

0 comments on commit 103e155

Please sign in to comment.