Changeset 8254 for main/waeup.uniben/trunk/src/waeup/uniben/applicants
- Timestamp:
- 22 Apr 2012, 20:19:11 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py
r8247 r8254 121 121 """ 122 122 grok.context(ICustomApplicantOnlinePayment) 123 form_fields = grok.AutoFields(ICustomApplicantOnlinePayment) 123 form_fields = grok.AutoFields(ICustomApplicantOnlinePayment).omit( 124 'surcharge_1', 'surcharge_2', 'surcharge_3', 'ac') 124 125 form_fields[ 125 126 'creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
Note: See TracChangeset for help on using the changeset viewer.