Ignore:
Timestamp:
6 Nov 2008, 07:20:48 (16 years ago)
Author:
Henrik Bettermann
Message:

enable payment at FCEOyo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/lecturer_course_edit.py

    r3707 r3752  
    3333member_id = str(member)
    3434requested_id = context.getStudentId()
    35 if not 'Lecturers' in groups:
     35if not 'Lecturers' in groups and not context.isSectionOfficer():
    3636    logger.info('%s tried to access course result of %s' % (member_id,requested_id))
    3737    return REQUEST.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
Note: See TracChangeset for help on using the changeset viewer.