Changeset 5839 for main/waeup.sirp


Ignore:
Timestamp:
11 Mar 2011, 10:46:56 (14 years ago)
Author:
uli
Message:

Remove attributes we do not use nor will.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py

    r5820 r5839  
    115115
    116116    """
    117     REQUIRES_JAMBDATA = schema.Bool(
    118         title = u'JAMB data required',
    119         description = u'This container requires JAMB data to be available.',
    120         required = True,
    121         default = False,
    122         )
    123        
    124     name = schema.TextLine(
    125         title = u'Internal ID',
    126         required = True,
    127         )
    128 
    129117    title = schema.TextLine(
    130118        title = u'Short description of the type of applicants stored here.',
Note: See TracChangeset for help on using the changeset viewer.