Ignore:
Timestamp:
17 Mar 2012, 23:54:05 (13 years ago)
Author:
uli
Message:

Make description_dict a simple attribute.

File:
1 edited

Legend:

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

    r7867 r7903  
    265265        )
    266266
    267     description_dict = schema.Dict(
    268         title = u'Content as language dictionary with values in html format',
    269         required = False,
    270         default = {},
    271         )
     267    description_dict = Attribute(
     268        """Content as language dictionary with values in HTML format.""")
    272269
    273270    startdate = schema.Date(
Note: See TracChangeset for help on using the changeset viewer.