Changeset 17863 for main/waeup.kofa/trunk/src
- Timestamp:
- 29 Jul 2024, 19:13:59 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r17842 r17863 216 216 # Requested by Uniben, does not really make sense 217 217 if not 'current_level' in omit_fields: 218 f_label = trans(_('Current Session:'), lang) 219 f_label = Paragraph(f_label, ENTRY1_STYLE) 220 current_session = studentview.context['studycourse'].current_session 221 current_session = academic_sessions_vocab.getTerm( 222 current_session).title 223 f_text = formatted_text(current_session) 224 f_text = Paragraph(f_text, ENTRY1_STYLE) 225 data_middle.append([f_label,f_text]) 218 226 f_label = trans(_('Current Level:'), lang) 219 227 f_label = Paragraph(f_label, ENTRY1_STYLE)
Note: See TracChangeset for help on using the changeset viewer.