Changeset 3858 for WAeUP_SRP/trunk/skins
- Timestamp:
- 17 Jan 2009, 07:29:24 (16 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getMemberInfo.py
r3458 r3858 37 37 student_id = info['student_id'] 38 38 if student_id is None: 39 return None39 return 'You are not allowed to access this information!' 40 40 41 41 students_object = context.portal_url.getPortalObject().campus.students -
WAeUP_SRP/trunk/skins/waeup_student/login_student.pt
r2606 r3858 58 58 59 59 </form> 60 61 <br /> 62 63 <a href=/retrieve_password>Forgot your Id or Password?</a> 60 64 61 <br /> 65 <br /><br /> 62 66 63 67 <p i18n:translate="help_login_aware_logout">
Note: See TracChangeset for help on using the changeset viewer.