Changeset 16443 for main/waeup.uniben/trunk
- Timestamp:
- 1 Apr 2021, 20:01:29 (4 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/locales/en/LC_MESSAGES/waeup.kofa.po
r16315 r16443 72 72 msgid "Add online payment ticket" 73 73 msgstr "Create and make online payment from this page" 74 75 #: waeup/kofa/students/utils.py:323 76 msgid "Scanned Documents" 77 msgstr "Documents / Files / Images" 78 79 #: waeup/kofa/students/browser.py:2711 80 msgid "Upload portrait" 81 msgstr "Upload red background picture" 82 83 msgid "Change portrait" 84 msgstr "Upload red background picture" -
main/waeup.uniben/trunk/src/waeup/uniben/students/viewlets.py
r16441 r16443 299 299 class LeftThumbPrintSlip(LeftThumbPrintDisplay): 300 300 """Mentions scanned fingerprint on slip. 301 302 Fingerprint minutiae is not printet. 301 Fingerprint minutiae is not printed. 303 302 """ 304 303 grok.view(ExportPDFClearanceSlip) … … 328 327 label = _(u'Original JAMB Picture') 329 328 title = _(u'Original JAMB Picture') 330 download_name = u' jamb_picture'329 download_name = u'passport2' 331 330 332 331 class JAMBPictureSlip(JAMBPictureDisplay): … … 336 335 """Renders Original JAMB picture. 337 336 """ 338 grok.name(' jamb_picture')339 download_name = u' jamb_picture'337 grok.name('passport2') 338 download_name = u'passport2'
Note: See TracChangeset for help on using the changeset viewer.