Changeset 17994 for main/waeup.uniben/trunk
- Timestamp:
- 21 Jan 2025, 23:39:46 (23 hours ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/browser.py
r17942 r17994 1041 1041 facdepkey = "%s-%s" % (self.context.student.faccode, 1042 1042 self.context.student.depcode) 1043 return DEPLINKS [facdepkey]1043 return DEPLINKS.get(facdepkey, None) 1044 1044 1045 1045 class CustomExportPDFAdmissionSlip(ExportPDFAdmissionSlip): -
main/waeup.uniben/trunk/src/waeup/uniben/students/browser_templates/plagtestinfopage.pt
r16808 r17994 2 2 3 3 <p> Your payment was successful. Please upload your project/thesis file 4 <a tal: attributes="href view/facdep">here: Turn-it-in Web Site</a>.</p>4 <a tal:condition="view/facdep" tal:attributes="href view/facdep">here: Turn-it-in Web Site</a>.</p> 5 5 6 6
Note: See TracChangeset for help on using the changeset viewer.