iter_options function should have no cutoff by deault

This commit is contained in:
Tom Christie 2015-08-21 10:56:22 +01:00
parent 99beeb80e1
commit 314c0095aa

View File

@ -156,7 +156,7 @@ def flatten_choices_dict(choices):
return ret
def iter_options(grouped_choices, cutoff=1000, cutoff_text=None):
def iter_options(grouped_choices, cutoff=None, cutoff_text=None):
"""
Helper function for options and option groups in templates.
"""