diff --git a/organize/stateful/README.txt b/organize/stateful/README.txt
index 11182e4..be98378 100644
--- a/organize/stateful/README.txt
+++ b/organize/stateful/README.txt
@@ -187,6 +187,12 @@ Task States
>>> from loops.organize.stateful.task import taskStates, publishableTask
+Contact States
+===========
+
+ >>> from loops.organize.stateful.contact import contactStates
+
+
Fin de partie
=============
diff --git a/organize/stateful/browser.py b/organize/stateful/browser.py
index 24604f7..6dd432f 100644
--- a/organize/stateful/browser.py
+++ b/organize/stateful/browser.py
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2014 Helmut Merz helmutm@cy55.de
+# Copyright (c) 2015 Helmut Merz helmutm@cy55.de
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -45,7 +45,8 @@ template = ViewPageTemplateFile('view_macros.pt')
statefulActions = ('classification_quality',
'simple_publishing',
'task_states',
- 'publishable_task',)
+ 'publishable_task',
+ 'contact_states',)
def registerStatesPortlet(controller, view, statesDefs,
diff --git a/organize/stateful/configure.zcml b/organize/stateful/configure.zcml
index 30ad487..1c6ebae 100644
--- a/organize/stateful/configure.zcml
+++ b/organize/stateful/configure.zcml
@@ -77,6 +77,20 @@
set_schema="cybertools.stateful.interfaces.IStateful" />
+
+
+
+
+
+
+
+