Hi! I wrote a simple app that is a custom DateField widget.
The widget: https://dpaste.de/dKjT
I overextend base.html template to insert form.media: https://dpaste.de/pYv4

Now, I create a form for my model class.
Here's the class: https://dpaste.de/VKB7
Here's the model form: https://dpaste.de/ibsu
Here's the view: https://dpaste.de/2mdh
Here's the template: https://dpaste.de/qUjB

Now if I view the form in a browser, the custom widget is there (I can tell 
because the input html tag has my custom class attribute value) but it 
doesn't inject the form media, it's missing. Any idea what's going on here? 
Thanks in advance! Cheers :-)

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to