Changeset 17079 for main/kofacustom.edocons
- Timestamp:
- 27 Aug 2022, 10:33:17 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/viewlets.py
r17076 r17079 107 107 """ 108 108 grok.order(22) 109 label = _(u'Hostel Form ')109 label = _(u'Hostel Form (for those in hostel only)') 110 110 title = _(u'Hostel Form Scan') 111 111 download_name = u'hostel' … … 163 163 """ 164 164 grok.order(24) 165 label = _(u'Letter of Sponsorship (for those in hostel)')165 label = _(u'Letter of Sponsorship') 166 166 title = _(u'Letter of Sponsorship Scan') 167 167 download_name = u'sponsor'
Note: See TracChangeset for help on using the changeset viewer.