Please ask usage questions on django-users, not here. This list is for
discussion of developing Django itself.
Karen
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
T
I have a form which allows the user to upload an image and all works
well, but I hate the browse button that you get with the form. How do
you change the default browse button to a graphic button I have
class ProfileForm(SignUpForm):
mugshot = forms.ImageField (required = False)