Skip to content

Commit

Permalink
remove special formatting for donation admin page (#760)
Browse files Browse the repository at this point in the history
[#188745194]
uraniumanchor authored Jan 6, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 36a44b2 commit 18119ec
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions tracker/admin/donation.py
Original file line number Diff line number Diff line change
@@ -22,9 +22,6 @@

@register(models.Donation)
class DonationAdmin(EventLockedMixin, CustomModelAdmin):
class Media:
css = {'all': ('admin/donation.css',)}

autocomplete_fields = ['event', 'donor']
list_display = (
'id',
4 changes: 0 additions & 4 deletions tracker/static/admin/donation.css

This file was deleted.

0 comments on commit 18119ec

Please sign in to comment.