comparison gpp/gcalendar/forms.py @ 12:f408971657b9

Changed the shoutbox: posts are now made by Ajax. The smiley farm is loaded only on demand. jQuery is now in the base template. May add scrolling later.
author Brian Neal <bgneal@gmail.com>
date Wed, 15 Apr 2009 01:13:17 +0000
parents b6263ac72052
children c0d3b09c9b95
comparison
equal deleted inserted replaced
11:cc8eb028def1 12:f408971657b9
83 css = { 83 css = {
84 'all': settings.GPP_THIRD_PARTY_CSS['markitup'] + \ 84 'all': settings.GPP_THIRD_PARTY_CSS['markitup'] + \
85 settings.GPP_THIRD_PARTY_CSS['jquery-ui'] + \ 85 settings.GPP_THIRD_PARTY_CSS['jquery-ui'] + \
86 ('css/gcalendar.css', ) 86 ('css/gcalendar.css', )
87 } 87 }
88 js = settings.GPP_THIRD_PARTY_JS['jquery'] + \ 88 js = settings.GPP_THIRD_PARTY_JS['markitup'] + \
89 settings.GPP_THIRD_PARTY_JS['markitup'] + \
90 settings.GPP_THIRD_PARTY_JS['jquery-ui'] + \ 89 settings.GPP_THIRD_PARTY_JS['jquery-ui'] + \
91 ('js/gcalendar.js', ) 90 ('js/gcalendar.js', )
92 91
93 def __init__(self, *args, **kwargs): 92 def __init__(self, *args, **kwargs):
94 initial = kwargs.get('initial', {}) 93 initial = kwargs.get('initial', {})