Ignore:
Timestamp:
22 Aug 2022, 09:59:29 (2 years ago)
Author:
Henrik Bettermann
Message:

Update form.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/src/kofacustom/lpng/applicants/browser.py

    r17023 r17073  
    136136    def form_fields(self):
    137137        form_fields = grok.AutoFields(ICustomApplicantEdit)
    138         form_fields = form_fields.omit('notice')
     138        form_fields = form_fields.omit('notice', 'locked', 'suspended')
    139139        if not getattr(self.context, 'student_id'):
    140140            form_fields = form_fields.omit('student_id')
Note: See TracChangeset for help on using the changeset viewer.