Changeset 17872 for main/waeup.uniben
- Timestamp:
- 3 Aug 2024, 04:50:22 (3 months 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
r17741 r17872 120 120 msgid "Term" 121 121 msgstr "Sem." 122 123 #: waeup/kofa/students/browser_templates/finalclearanceuploadpage.pt:3 124 #. Default: "Please download your <a href=\"https://xyz/documents/routingslip/file.pdf\">Final Clearance Routing Slip</a>, collect all signatures, scan the document into a pdf file and re-upload here." 125 msgid "routing_slip_info" 126 msgstr "Please collect all signed final clearance documents, scan the multiple pages as one document and upload here." -
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r17870 r17872 833 833 834 834 def final_clearance_enabled(self, student): 835 if 'Demo' in student.display_fullname: 836 return True 837 return False 835 return True 836 #if 'Demo' in student.display_fullname: 837 # return True 838 #return False 838 839 839 840 # Uniben prefix
Note: See TracChangeset for help on using the changeset viewer.