Changeset 1070 for WAeUP_SRP


Ignore:
Timestamp:
16 Dec 2006, 10:52:41 (18 years ago)
Author:
Henrik Bettermann
Message:

fixed bug, link to student was wrong

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_pins/search_pins.py

    r1067 r1070  
    6969        items = []
    7070    l = []
    71     students_url = "%s/%s" % (context.portal_url(),'students')
     71##  students_url = "%s/%s" % (context.portal_url(),'students')
    7272    pins = []
    7373    for i in items:
     
    103103                item['student_url'] = None
    104104            else:
    105                 item['student_url'] = '%s/campus/students/%s' % (students_url,item['student'])
     105                item['student_url'] = '%s/campus/students/%s' % (context.portal_url(),item['student'])
    106106            item['student_id'] = item['student']
    107107        else:
     
    118118            allowed = True,
    119119            )
     120
Note: See TracChangeset for help on using the changeset viewer.