Ignore:
Timestamp:
11 Apr 2016, 09:14:35 (9 years ago)
Author:
Henrik Bettermann
Message:

Exchange city and lga.

File:
1 edited

Legend:

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

    r13824 r13828  
    140140        )
    141141
     142    city = schema.TextLine(
     143        title = _(u'City'),
     144        required = False,
     145        readonly = False,
     146        )
     147
    142148    lga = schema.Choice(
    143149        source = LGASource(),
    144150        title = _(u'State/LGA'),
    145151        required = False,
    146         )
    147 
    148     city = schema.TextLine(
    149         title = _(u'City'),
    150         required = False,
    151         readonly = False,
    152152        )
    153153
Note: See TracChangeset for help on using the changeset viewer.