Remove reference to simplejson

This commit is contained in:
Joost Cassee 2014-04-28 23:19:44 +02:00
parent da01567365
commit 0ba4bc4456

View file

@ -66,7 +66,7 @@ class UserVoiceNode(Node):
getattr(settings, 'USERVOICE_ADD_TRIGGER', True))
html = TRACKING_CODE % {'widget_key': widget_key,
'options': simplejson.dumps(options),
'options': json.dumps(options),
'trigger': TRIGGER if trigger else ''}
return html