Changeset 13828 for main/waeup.uniben/trunk/src
- Timestamp:
- 11 Apr 2016, 09:14:35 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/interfaces.py
r13824 r13828 140 140 ) 141 141 142 city = schema.TextLine( 143 title = _(u'City'), 144 required = False, 145 readonly = False, 146 ) 147 142 148 lga = schema.Choice( 143 149 source = LGASource(), 144 150 title = _(u'State/LGA'), 145 151 required = False, 146 )147 148 city = schema.TextLine(149 title = _(u'City'),150 required = False,151 readonly = False,152 152 ) 153 153
Note: See TracChangeset for help on using the changeset viewer.