ok, sorry

This commit is contained in:
Sanj 2011-08-25 17:21:20 +05:30
parent 17d00627ea
commit 40099d3cc5

View File

@ -6,7 +6,7 @@ from django.contrib.admin import SimpleListFilter
class FeatureTypeFilter(SimpleListFilter):
# Human-readable title which will be displayed in the
# 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_name = 'feature_type'