Changeset 9450 for main/waeup.kofa/trunk/src/waeup
- Timestamp:
- 29 Oct 2012, 06:54:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r9429 r9450 135 135 data_right.append([f_label,f_text]) 136 136 137 if hasattr(studentview.context, 'certcode'):137 if getattr(studentview.context, 'certcode'): 138 138 f_label = formatted_label(size=12) % _('Study Course') 139 139 f_label = Paragraph(f_label, style["Normal"])
Note: See TracChangeset for help on using the changeset viewer.