Changeset 13235 for main/waeup.kofa/trunk/src/waeup/kofa/documents
- Timestamp:
- 28 Aug 2015, 07:49:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/documents/interfaces.py
r13167 r13235 19 19 from zope import schema 20 20 from waeup.kofa.interfaces import ( 21 IKofaObject, validate_id, 21 IKofaObject, validate_id, validate_html, 22 22 ContextualDictSourceFactoryBase) 23 23 from waeup.kofa.interfaces import MessageFactory as _ … … 82 82 title = _(u'Multilingual content in HTML format'), 83 83 required = False, 84 constraint=validate_html, 84 85 ) 85 86
Note: See TracChangeset for help on using the changeset viewer.