This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
themis.datatypes/themis/datatypes/contact.py

11 lines
230 B
Python

from five import grok
from zope import schema
from plone.directives import form, dexterity
from themis.datatypes.interfaces import MessageFactory as _
class IContact(form.Schema):
title = schema.TextLine(title=_(u'Name'))