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
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
2 matches
Mail list logo