pep8 and other code-style changes
[wolnelektury.git] / src / sponsors / widgets.py
index 0ddab38..bc8b453 100644 (file)
@@ -28,6 +28,5 @@ class SponsorPageWidget(forms.Textarea):
         output.append(u'<script type="text/javascript">addEvent(window, "load", function(e) {')
         # TODO: "id_" is hard-coded here. This should instead use the correct
         # API to determine the ID dynamically.
-        output.append(u'$("#id_%s").sponsorsFooter({sponsors: [%s]}); });</script>\n' %
-            (name, sponsors_js))
+        output.append(u'$("#id_%s").sponsorsFooter({sponsors: [%s]}); });</script>\n' % (name, sponsors_js))
         return mark_safe(u''.join(output))