Re: Make a bold row in a table

2009-09-12 Thread Daniel Roseman
On Sep 12, 3:12 pm, adelaide_mike wrote: > Django 1.0.2   In the following template I intend to make rows that > have an empty second column bold.  Hence trying 2 in row.  My syntax > is wrong due to inexperience with Python, and possibly my methodology > also. > > {% extends "base.html" %} > {%

Re: Make a bold row in a table

2009-09-12 Thread Maksymus007
On Sat, Sep 12, 2009 at 4:12 PM, adelaide_mike wrote: > > Django 1.0.2   In the following template I intend to make rows that > have an empty second column bold.  Hence trying 2 in row.  My syntax > is wrong due to inexperience with Python, and possibly my methodology > also. > > {% extends "base.