Skip to content

Commit

Permalink
Added download function button
Browse files Browse the repository at this point in the history
  • Loading branch information
danielengelhardt committed Aug 12, 2024
1 parent fc86085 commit 3eb8ba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DSTBundesliga/apps/dstffbl/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ def get_sleeper_username(self, obj):
"last_years_league__sleeper_name",
]
list_filter = ("season", "region", "new_player", "possible_commish")
actions = [download_season_registrations_csv]

def confirm_registration(self, obj):
return format_html("<a href='{url}'>Registrierung bestätigen</a>", url=obj.url)
Expand Down

0 comments on commit 3eb8ba7

Please sign in to comment.