diff --git a/django_select2/util.py b/django_select2/util.py
index dddf18b..1c4cd68 100644
--- a/django_select2/util.py
+++ b/django_select2/util.py
@@ -51,7 +51,7 @@ def render_js_script(inner_code):
This wraps ``inner_code`` string inside the following code block::
@@ -60,7 +60,7 @@ def render_js_script(inner_code):
"""
return u"""
""" % inner_code