Changeset 8117 for main/waeup.kofa


Ignore:
Timestamp:
12 Apr 2012, 06:05:29 (12 years ago)
Author:
Henrik Bettermann
Message:

Fix viewlet collector.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py

    r8112 r8117  
    187187                    viewlet.title,), ENTRY1_STYLE)
    188188            else:
    189                 f_text = Image(img.name, width=2*cm, height=1*cm, kind='bound')
     189                f_text = Image(img_path, width=2*cm, height=1*cm, kind='bound')
    190190            table_data.append([f_label, f_text])
    191191        if table_data:
Note: See TracChangeset for help on using the changeset viewer.