Changeset 16795
- Timestamp:
- 10 Feb 2022, 11:44:41 (3 years 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
r16793 r16795 928 928 929 929 def update(self): 930 if self.context.p_state != ' unpaid' \930 if self.context.p_state != 'paid' \ 931 931 or self.context.p_category != 'plag_test': 932 932 self.flash(_('Forbidden'), type="danger") -
main/waeup.uniben/trunk/src/waeup/uniben/students/browser_templates/plagtestinfopage.pt
r16793 r16795 1 1 <h1>Final Year Plagiarism Test</h1> 2 2 3 <p>Please upload your document <a tal:attributes="href view/facdep">here</a></p> 3 <p> Your payment was successful. Please upload your project / thesis file on the 4 <a tal:attributes="href view/facdep">Turn-it-in Web Site</a>.</p> 5 6
Note: See TracChangeset for help on using the changeset viewer.