Changeset 1000 for WAeUP_SRP/trunk


Ignore:
Timestamp:
6 Dec 2006, 11:46:11 (18 years ago)
Author:
joachim
Message:

fix conflict

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  
    4848elif psm == 'valid':
    4949    s_id = ds.get('s_id')
    50 <<<<<<< .mine
    51     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 =======
    6850    if is_anon and not s_id:
    6951        return context.check_admission_pin_form(rendered = res,
     
    8264                                 ds = ds,
    8365                                 )
    84 >>>>>>> .r998
    8566## 
    8667##    email = ds.get('app_email')
  • WAeUP_SRP/trunk/skins/waeup_student/search_students.py

    r999 r1000  
    143143else:
    144144    all = search_set
    145 for a in all:
     145for a in all[:100]:
    146146    if a in items:
    147147        continue
Note: See TracChangeset for help on using the changeset viewer.