On Sat, Feb 7, 2009 at 6:03 PM, Kless <[email protected]> wrote:
>
> Does anybody could help me with this?

First off - please be patient. You've waited less than a day for a
response. Sometimes it will take a day or two to get a response -
especially when you ask your question on a Friday night.

As for your question - the text displayed by label_tag is derived from
the label on the field in your form definition. If you want the text
to read E-MAIL rather than e-mail, then modify the label property to
suit:

http://docs.djangoproject.com/en/dev/ref/forms/fields/#django.forms.Field.label

Alternatively, fix the problem in CSS using the text-transform property:

label { text-transform: uppercase; }

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to