Ignore:
Timestamp:
7 Feb 2020, 10:53:54 (5 years ago)
Author:
Henrik Bettermann
Message:

Add field.

Location:
main/waeup.aaue/trunk/src/waeup/aaue/applicants
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py

    r15991 r15994  
    256256                'locked', 'suspended')
    257257            form_fields['address'].custom_widget = BytesDisplayWidget
     258            form_fields['position'].custom_widget = BytesDisplayWidget
    258259            return form_fields
    259260        if self.target is not None and self.target == 'send':
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/interfaces.py

    r15991 r15994  
    10191019        )
    10201020
     1021    position_comment = schema.Text(
     1022        title = _(u'Desired Position'),
     1023        required = True,
     1024        description = u'Copy and paste the vacant position '
     1025                       'text from the <a target="_blank" '
     1026                       'href="https://aauekpoma.edu.ng/">university website</a>.',
     1027        )
     1028
    10211029    firstname = schema.TextLine(
    10221030        title = _(u'First Name'),
Note: See TracChangeset for help on using the changeset viewer.