Commit 314c0095 by Tom Christie

iter_options function should have no cutoff by deault

parent 99beeb80
......@@ -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.
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment