ok, sorry
This commit is contained in:
parent
17d00627ea
commit
40099d3cc5
|
@ -6,7 +6,7 @@ from django.contrib.admin import SimpleListFilter
|
||||||
class FeatureTypeFilter(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'
|
||||||
|
|
||||||
# Parameter for the filter that will be used in the URL query.
|
# Parameter for the filter that will be used in the URL query.
|
||||||
parameter_name = 'feature_type'
|
parameter_name = 'feature_type'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user