Changeset 6302


Ignore:
Timestamp:
9 Jun 2011, 12:24:40 (13 years ago)
Author:
Henrik Bettermann
Message:

Move lock field to the bottom.

File:
1 edited

Legend:

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

    r6301 r6302  
    286286    state, depending on use-case.
    287287    """
    288     locked = schema.Bool(
    289         title = u'Form locked',
    290         default = False,
    291         #readonly = True,
    292         )
    293 
    294288    reg_no = schema.TextLine(
    295289        title = u'JAMB Registration Number',
     
    394388        required = False,
    395389        readonly = True,
     390        )
     391    locked = schema.Bool(
     392        title = u'Form locked',
     393        default = False,
    396394        )
    397395
Note: See TracChangeset for help on using the changeset viewer.