Ignore:
Timestamp:
12 Nov 2017, 14:38:38 (7 years ago)
Author:
Henrik Bettermann
Message:

Show and rename custom_textline_1 attribute of certifcates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/browser/pages.py

    r12567 r14890  
    8383    form_fields = grok.AutoFields(ICertificate).omit(
    8484        'ratio',
    85         'custom_textline_1', 'custom_textline_2',
     85        'custom_textline_2',
    8686        'custom_float_1', 'custom_float_2')
    8787
     
    9191    form_fields = grok.AutoFields(ICertificate).omit(
    9292        'ratio',
    93         'custom_textline_1', 'custom_textline_2',
     93        'custom_textline_2',
    9494        'custom_float_1', 'custom_float_2')
Note: See TracChangeset for help on using the changeset viewer.