Changeset 17872 for main


Ignore:
Timestamp:
3 Aug 2024, 04:50:22 (7 weeks ago)
Author:
Henrik Bettermann
Message:

Allow all students to upload final clearance documents.

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  
    120120msgid "Term"
    121121msgstr "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."
     125msgid "routing_slip_info"
     126msgstr "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  
    833833
    834834    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
    838839
    839840    # Uniben prefix
Note: See TracChangeset for help on using the changeset viewer.