Vincent and James, I tired both of your suggestions and I couldn't get either to work.
First, still using my prices as FloatFields. I added the following to my template: {{ a.price|floatformat:2 }}. When I tried this I got the following error: TypeError float() argument must be a string or a number 2) I changed my price fields to Decimal Fields listed below: models.DecimalField(max_digits=6, decimal_places=2) However, the prices are still displayed without the decimal values for prices that end with 00. Thanks On Aug 19, 6:56 pm, Vincent Foley <[EMAIL PROTECTED]> wrote: > {{ price|floatformat:2 }} > > On Aug 19, 4:44 pm, Greg <[EMAIL PROTECTED]> wrote: > > > I have a FloatField called price that stores the price of different > > elements. When the price is 19.99, 19.79, 19.01 etc... everything is > > displayed correctly. However, when I have a price of 19.00. The > > price when viewed in a browser is just 19. Is there anyway that I can > > have it display the two zeros so that it is displayed as 19.00? > > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---