I'm new to Django and I'm trying an experiment using material.io. The 
problem I'm having is that the formfield injects the error messages and the 
label directly into the page instead of sending it to the widget template. 
Because of the way material.io builds controls, it would be nice to have 
that information available in the template so you can attach classes and 
logic to the various divs that surround a control. I was able to supress 
the injected items with css, but I can't find a way to get the error 
conditions and messages into the template. Am I just thinking about the 
widgets wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e9c25cc5-9221-4c10-a940-0f1f8651c0f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to