Changeset 16803 for main/waeup.aaue
- Timestamp:
- 13 Feb 2022, 17:53:20 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/interfaces.py
r16798 r16803 941 941 title = _(u'Referees'), 942 942 value_type = RefereeEntryField(), 943 description = _(u'Maximum 3 referees'), 943 944 required = True, 944 945 defaultFactory=list, … … 1734 1735 """ 1735 1736 1737 referee_rank = schema.TextLine( 1738 title = _(u'Referee Rank or Profession'), 1739 required = False, 1740 ) 1741 1742 referee_inst = schema.TextLine( 1743 title = _(u'Referee Institution/University'), 1744 required = False, 1745 ) 1746 1736 1747 duration = schema.Text( 1737 1748 title = _(u'How long and in what capacity have you known the candidate?'), … … 1788 1799 ) 1789 1800 1790 promise = schema.Choice(1791 title = _(u'Candidate\'s overall promise'),1792 required = False,1793 readonly = False,1794 vocabulary = overallpromise_vocab,1795 )1801 #promise = schema.Choice( 1802 # title = _(u'Candidate\'s overall promise'), 1803 # required = False, 1804 # readonly = False, 1805 # vocabulary = overallpromise_vocab, 1806 # ) 1796 1807 1797 1808 report = schema.Text(
Note: See TracChangeset for help on using the changeset viewer.