Ignore:
Timestamp:
18 Feb 2016, 11:52:18 (9 years ago)
Author:
Henrik Bettermann
Message:

Add flash_notice field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/interfaces.py

    r13457 r13711  
    198198        )
    199199
     200    flash_notice = schema.TextLine(
     201        title = _(u'Flash Notice'),
     202        required = False,
     203        readonly = False,
     204        description = _(
     205            u'This single-line message will be shown in a flash box.'),
     206        )
     207
    200208    student_id = schema.TextLine(
    201209        title = _(u'Student Id'),
Note: See TracChangeset for help on using the changeset viewer.