Commit 19975e86 authored by Serge S. Koval's avatar Serge S. Koval

Typo fix

parent f3bf0722
......@@ -85,7 +85,7 @@ class ImageUploadInput(object):
}
if field.data and isinstance(field.data, string_types):
url = self.get_url()
url = self.get_url(field)
args['image'] = html_params(src=url)
template = self.data_template
......
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