Mercurial > public > sg101
diff gpp/gcalendar/forms.py @ 312:88b2b9cb8c1f
Fixing #142; cut over to the django.contrib.staticfiles app.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 27 Jan 2011 02:56:10 +0000 |
parents | d77e0dc772ad |
children | 9a4bffdf37c3 |
line wrap: on
line diff
--- a/gpp/gcalendar/forms.py Thu Jan 20 04:40:14 2011 +0000 +++ b/gpp/gcalendar/forms.py Thu Jan 27 02:56:10 2011 +0000 @@ -69,7 +69,7 @@ end_time = forms.TimeField(required=False, widget=forms.Select(choices=TIME_CHOICES)) time_zone = forms.CharField(required=False, widget=forms.HiddenInput()) where = forms.CharField(required=False, widget=forms.TextInput(attrs={'size': 60})) - description = forms.CharField(required=False, + description = forms.CharField(required=False, widget=forms.Textarea(attrs={'class': 'markItUp smileyTarget'})) DATE_FORMAT = '%m/%d/%Y' # must match the jQuery UI datepicker config