Does anybody could help me with this?
Thanks in advance.

On 6 feb, 13:53, Kless <jonas....@googlemail.com> wrote:
> Is possible to modify the label value got from *{{ field.label_tag }}
> * ?
>
> By example, if it's got:
>
>    <label for="id_email">e-mail</label>
>
> I would to modify that label to (as example):
>
>    <label for="id_email">E-MAIL</label>
>
> And *{{ field.label_tag|upper }}* is not valid because it modifies
> all:
>
>    <LABEL FOR="ID_USERNAME">USERNAME</LABEL>
>
> Any idea?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to