@@ -2,6 +2,7 @@
from django.contrib.admin import SimpleListFilter
import datetime
+
class MembershipFeeFilter(SimpleListFilter):
# Human-readable title which will be displayed in the
# right admin sidebar just above the filter options.