Re: Help, ckeditor not rendering in form

2013-03-30 Thread frocco
I figured it out. In my index.html file, I had to add {{ form.media }} On Saturday, March 30, 2013 12:21:52 PM UTC-4, frocco wrote: > > Hello, > > My form is not based on a model, form.value is not showing the editor. > > Thanks for the help. > > class RebateForm(forms.Form): > item = forms.Ch

Help, ckeditor not rendering in form

2013-03-30 Thread frocco
Hello, My form is not based on a model, form.value is not showing the editor. Thanks for the help. class RebateForm(forms.Form): item = forms.CharField(max_length=50, required=True) category = forms.ModelChoiceField(queryset=Category.objects.all()) value = forms.CharField(widget=CKEd