Skip to content

Commit

Permalink
Update registration admin
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed May 6, 2024
1 parent 12bd3c8 commit 8c30413
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dds_registration/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ class RegistrationAdmin(admin.ModelAdmin):
"status",
"created_at",
]
list_filter = [
"event", "payment__status", "status"
]
actions = ["accept_user"]

def user_column(self, reg):
Expand Down

0 comments on commit 8c30413

Please sign in to comment.