Ignore:
Timestamp:
16 Nov 2006, 08:37:23 (18 years ago)
Author:
joachim
Message:

removed cpsdocument_edit_form from waeup_custom
changed all waeup-usages of cpsdocument_edit_form to waeup_edit_form

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/cpsdocument_edit.py

    r805 r873  
    3434# Validate the document and write it if it's valid
    3535# (We don't call getEditableContent here, validate does it when needed.)
    36 info = context.getStudentInfo()
    37 ##if info and info['is_student']:
    38 ##    return
     36#info = context.getStudentInfo()
    3937doc = context.getContent()
    4038is_valid, ds = doc.validate(request=REQUEST, proxy=context, cluster=cluster,
Note: See TracChangeset for help on using the changeset viewer.