ups
This commit is contained in:
parent
b18abe2757
commit
17d00627ea
|
@ -3,7 +3,7 @@ from models import *
|
||||||
from django import forms
|
from django import forms
|
||||||
from django.contrib.admin import SimpleListFilter
|
from django.contrib.admin import SimpleListFilter
|
||||||
|
|
||||||
class FeatureTypeFilter(admin.SimpleListFilter):
|
class FeatureTypeFilter(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.
|
||||||
title = _('Feature Type')
|
title = _('Feature Type')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user