diff gpp/comments/forms.py @ 484:bbbc357ac5f3

For #233; first commit for adding social media sharing buttons to news stories.
author Brian Neal <bgneal@gmail.com>
date Tue, 18 Oct 2011 00:04:37 +0000
parents 88b2b9cb8c1f
children
line wrap: on
line diff
--- a/gpp/comments/forms.py	Sat Oct 15 22:04:18 2011 +0000
+++ b/gpp/comments/forms.py	Tue Oct 18 00:04:37 2011 +0000
@@ -71,4 +71,4 @@
         }
         js = (settings.GPP_THIRD_PARTY_JS['markitup'] +
                 settings.GPP_THIRD_PARTY_JS['jquery-ui'] +
-                ('js/comments.js', ))
+                ['js/comments.js'])