Hello,
I searched this list and googled online, however I could not find an
answer. So I post my question here.
In my model I have
criteria1_value = models.FloatField(max_length=12)
condition_dimension1 = models.CharField(max_length=255,
null=True, blank=True,)
When I login into "Admin" account, I can see that the font for
"criteria1_value" is strong (bolded) whereas the font for
"condition_dimension1" is not. This makes sense.
However, when I login into a user's account, I see that the font for
both of columns become strong. I used
<table>
{{ form.as_table }}
</table>
to print. So my question is: can I reach the same effect as that in
"Admin" account with {{form.as_table}}?
Thanks for your replies.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---