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