With Django 1.2.1 it seems that my html template causes the
field.label to display
in lower case except for the first character. Has anyone experienced
this before and how do you
get it display without lower case conversion


My html template snippet is:

{% for field in form %}

    {{ field.label_tag}}

Thanks,
Jeff

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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