Commit 6161ac7d by Tom Christie

Fix parse_html_dict signature. Closes #3212.

parent 7b515086
......@@ -62,7 +62,7 @@ def parse_html_list(dictionary, prefix=''):
return [ret[item] for item in sorted(ret.keys())]
def parse_html_dict(dictionary, prefix):
def parse_html_dict(dictionary, prefix=''):
"""
Used to support dictionary values in HTML forms.
......
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