Changeset 2949


Ignore:
Timestamp:
17 Dec 2007, 15:30:22 (17 years ago)
Author:
Henrik Bettermann
Message:

show GPA only if not Zero

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/study_level_view.pt

    r2948 r2949  
    6565            <td><span tal:content="info/verdict" /></td>
    6666          </tr>     
    67           <tr>
     67          <tr tal:condition="info/gpa">
    6868            <th>GPA:</th>
    6969            <td><span tal:content="info/gpa" /></td>
Note: See TracChangeset for help on using the changeset viewer.