Ignore:
Timestamp:
9 May 2012, 08:39:01 (12 years ago)
Author:
Henrik Bettermann
Message:

Add description (= introduction) to ApplicantsRoot?. Adjust ApplicantsPlugin? accordingly.

File:
1 edited

Legend:

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

    r8365 r8388  
    149149    """A container for university applicants containers.
    150150    """
    151     pass
     151
     152    description = schema.Text(
     153        title = _(u'Human readable description in HTML format'),
     154        required = False,
     155        default = u'''This text can been seen by anonymous users.
     156Here we put multi-lingual general information about the application procedure.
     157>>de<<
     158Dieser Text kann von anonymen Benutzern gelesen werden.
     159Hier koennen mehrsprachige Informationen fuer Antragsteller hinterlegt werden.'''
     160        )
     161
     162    description_dict = Attribute(
     163        """Content as language dictionary with values in HTML format.""")
    152164
    153165class IApplicantsContainer(IKofaObject):
Note: See TracChangeset for help on using the changeset viewer.