Skip to content

Commit

Permalink
Merge pull request #4 from pgiraud/master.
Browse files Browse the repository at this point in the history
AutoCompleteFieldRenderer and unicode
  • Loading branch information
gawel committed May 2, 2011
2 parents c3e5375 + 414c74b commit ed0360f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fa/jquery/renderers.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def render(self, **kwargs):
except TypeError:
options.update(options={})
try:
return literal(self.template.render(**options))
return literal(self.template.render_unicode(**options))
except:
raise ValueError('Invalid options: %s' % options)
return type('%sPluginRenderer' % plugin.title(), (Renderer,),
Expand Down

0 comments on commit ed0360f

Please sign in to comment.