diff gpp/gcalendar/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 9a4bffdf37c3
children
line wrap: on
line diff
--- a/gpp/gcalendar/forms.py	Sat Oct 15 22:04:18 2011 +0000
+++ b/gpp/gcalendar/forms.py	Tue Oct 18 00:04:37 2011 +0000
@@ -86,11 +86,11 @@
         css = {
             'all': (settings.GPP_THIRD_PARTY_CSS['markitup'] +
                     settings.GPP_THIRD_PARTY_CSS['jquery-ui'] +
-                    ('css/gcalendar.css', ))
+                    ['css/gcalendar.css'])
         }
         js = (settings.GPP_THIRD_PARTY_JS['markitup'] +
               settings.GPP_THIRD_PARTY_JS['jquery-ui'] +
-              ('js/timezone.js', 'js/gcalendar.js', ))
+              ['js/timezone.js', 'js/gcalendar.js'])
 
     def __init__(self, *args, **kwargs):
         initial = kwargs.get('initial', {})