Mercurial > public > sg101
diff gpp/gcalendar/forms.py @ 70:c0d3b09c9b95
#18 - Add time zone field to user profile.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 01 Jul 2009 17:57:11 +0000 |
parents | f408971657b9 |
children | 5b69d6e01fd4 |
line wrap: on
line diff
--- a/gpp/gcalendar/forms.py Sun Jun 28 18:54:29 2009 +0000 +++ b/gpp/gcalendar/forms.py Wed Jul 01 17:57:11 2009 +0000 @@ -87,7 +87,7 @@ } js = settings.GPP_THIRD_PARTY_JS['markitup'] + \ settings.GPP_THIRD_PARTY_JS['jquery-ui'] + \ - ('js/gcalendar.js', ) + ('js/timezone.js', 'js/gcalendar.js', ) def __init__(self, *args, **kwargs): initial = kwargs.get('initial', {})