Changeset 1000 for WAeUP_SRP/trunk
- Timestamp:
- 6 Dec 2006, 11:46:11 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/check_admission.py
r999 r1000 48 48 elif psm == 'valid': 49 49 s_id = ds.get('s_id') 50 <<<<<<< .mine51 if is_anon and not s_id:52 return context.check_admission_pin_form(rendered = res,53 psm = "You are not allowed to do this in this context",54 #psm = "%s, %s" % (psm,ds),55 firstlayout = True,56 lastlayout = True,57 ds = ds,58 )59 elif not is_anon:60 return context.check_admission_pin_form(rendered = res,61 psm = "You are logged in",62 #psm = "%s, %s" % (psm,ds),63 firstlayout = True,64 lastlayout = True,65 ds = ds,66 )67 =======68 50 if is_anon and not s_id: 69 51 return context.check_admission_pin_form(rendered = res, … … 82 64 ds = ds, 83 65 ) 84 >>>>>>> .r99885 66 ## 86 67 ## email = ds.get('app_email') -
WAeUP_SRP/trunk/skins/waeup_student/search_students.py
r999 r1000 143 143 else: 144 144 all = search_set 145 for a in all :145 for a in all[:100]: 146 146 if a in items: 147 147 continue
Note: See TracChangeset for help on using the changeset viewer.