Changeset 16579
- Timestamp:
- 19 Aug 2021, 20:29:51 (3 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser_templates/applicanteditpage.pt
r16548 r16579 22 22 <tbody> 23 23 <tal:widgets content="structure provider:widgets" /> 24 <tr tal:condition=" python: context.__parent__.picture_editable">24 <tr tal:condition="view/picture_editable"> 25 25 <td class="fieldname" i18n:translate=""> 26 26 Passport Photo: -
main/waeup.aaue/trunk/src/waeup/aaue/students/studylevel.py
r16042 r16579 407 407 @property 408 408 def _getGradeWeightFromScore(self): 409 """ NigerianCourse Grading System409 """AAUE Course Grading System 410 410 """ 411 411 if self.score == -1:
Note: See TracChangeset for help on using the changeset viewer.