comparison gpp/bio/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 5eed5e7c1c98
comparison
equal deleted inserted replaced
11:cc8eb028def1 12:f408971657b9
41 class Media: 41 class Media:
42 css = { 42 css = {
43 'all': settings.GPP_THIRD_PARTY_CSS['markitup'] + \ 43 'all': settings.GPP_THIRD_PARTY_CSS['markitup'] + \
44 settings.GPP_THIRD_PARTY_CSS['jquery-ui'] 44 settings.GPP_THIRD_PARTY_CSS['jquery-ui']
45 } 45 }
46 js = settings.GPP_THIRD_PARTY_JS['jquery'] + \ 46 js = settings.GPP_THIRD_PARTY_JS['markitup'] + \
47 settings.GPP_THIRD_PARTY_JS['markitup'] + \
48 settings.GPP_THIRD_PARTY_JS['jquery-ui'] + \ 47 settings.GPP_THIRD_PARTY_JS['jquery-ui'] + \
49 ('js/bio.js', ) 48 ('js/bio.js', )
50 49
51 50
52 def get_image(file): 51 def get_image(file):