Changeset 9723 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 26 Nov 2012, 14:31:18 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r9716 r9723 824 824 if self.context.is_postgrad: 825 825 form_fields = grok.AutoFields(IStudentStudyCourse).omit( 826 ' current_verdict', 'previous_verdict')826 'previous_verdict') 827 827 else: 828 828 form_fields = grok.AutoFields(IStudentStudyCourse) … … 891 891 if self.context.is_postgrad: 892 892 form_fields = grok.AutoFields(IStudentStudyCourse).omit( 893 ' current_verdict', 'previous_verdict')893 'previous_verdict') 894 894 else: 895 895 form_fields = grok.AutoFields(IStudentStudyCourse)
Note: See TracChangeset for help on using the changeset viewer.