Skip to content

Commit

Permalink
Admin > Deltagere: Flyttede rundt på kolonner for at vise det vigtigs…
Browse files Browse the repository at this point in the history
…te først
  • Loading branch information
mhewel committed Jul 21, 2024
1 parent 9dc4864 commit 164e895
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 164e895

Please sign in to comment.