Skip to content

Commit

Permalink
Merge pull request #1087 from CodingPirates/1086-featureadmin-deltage…
Browse files Browse the repository at this point in the history
…re-flytte-rundt-på-kolonner

Admin > Deltagere: Flyttede rundt på kolonner for at vise det vigtigste først
  • Loading branch information
lakridserne authored Jul 21, 2024
2 parents 2e0c630 + 34b625c commit 5bdac28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions members/admin/activityparticipant_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,18 +182,18 @@ def queryset(self, request, queryset):

class ActivityParticipantAdmin(admin.ModelAdmin):
list_display = [
"activity_department_link",
"activity_link",
"added_at",
"activity_person_link",
"activity_person_gender",
"person_age_years",
"activity_family_email_link",
"person_zipcode",
"photo_permission",
"note",
"activity_payment_info_html",
"activity_family_email_link",
"person_zipcode",
"activity_activitytype",
"activity_department_link",
]

list_filter = (
Expand Down

0 comments on commit 5bdac28

Please sign in to comment.