Remove unused filter field from Randomized Content Block edit form.

This commit is contained in:
David Adams
2015-12-10 11:48:38 -08:00
parent 259de40788
commit 66a52497b4

View File

@@ -99,7 +99,6 @@ class LibraryContentFields(object):
values=_get_capa_types(),
scope=Scope.settings,
)
filters = String(default="") # TBD
has_score = Boolean(
display_name=_("Scored"),
help=_("Set this value to True if this module is either a graded assignment or a practice problem."),