Changeset 17325 for main/kofacustom.unidel
- Timestamp:
- 27 Jan 2023, 16:30:55 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/browser.py
r17027 r17325 150 150 151 151 def _signatures(self): 152 return ([_('Academic Adviser\'s Signature')], 153 [_('Faculty Officer\'s Signature')], 154 [_('Student\'s Signature')]) 152 return ( 153 [_('Student\'s Signature')], 154 [_('Academic Adviser\'s Signature')], 155 [_('Head of Department\'s Signature')], 156 [_('Dean of Faculty\'s Signature')], 157 ) 158 155 159 156 160 def render(self):
Note: See TracChangeset for help on using the changeset viewer.