Skip to content

Commit

Permalink
Admin > Aktiviteter : Flyttede Afdeling og Forenings kolonner
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewel committed Jul 21, 2024
1 parent fff7e2a commit a9f80c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions members/admin/activity_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ def queryset(self, request, queryset):
class ActivityAdmin(admin.ModelAdmin):
list_display = (
"name",
"union_link",
"department_link",
"activitytype",
"start_end",
"open_invite",
Expand All @@ -102,6 +100,8 @@ class ActivityAdmin(admin.ModelAdmin):
"seats_used",
"seats_free",
"age",
"union_link",
"department_link",
)

date_hierarchy = "start_date"
Expand Down

0 comments on commit a9f80c5

Please sign in to comment.