This commit is contained in:
Sanj 2011-08-25 17:19:00 +05:30
parent b18abe2757
commit 17d00627ea

View File

@ -3,7 +3,7 @@ from models import *
from django import forms
from django.contrib.admin import SimpleListFilter
class FeatureTypeFilter(admin.SimpleListFilter):
class FeatureTypeFilter(SimpleListFilter):
# Human-readable title which will be displayed in the
# right admin sidebar just above the filter options.
title = _('Feature Type')