Hi everyone! Putting asterisks after a required field is a common practice. To achieve I use right now a filter that is invoked after every form field in a template. This isn't very convenient, but I haven't found any better solution yet.
I wonder if something like this couldn't be added to Django? Mayber such option could be added to a form, so it would know how to render all fields and when any of them is required, add an asterisk after it. Or maybe - I don't yet know, if it's possible - during rendering it could inform widgets to add asterisks. If that's reasonable and possible to be done, I'd gladly try to this. -- Filip Gruszczyński --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
