diff -r 45d98c5efc7e -r f22d6ae1d8f5 src/pyams_content/component/paragraph/interfaces/keypoint.py --- a/src/pyams_content/component/paragraph/interfaces/keypoint.py Fri Mar 02 13:53:43 2018 +0100 +++ b/src/pyams_content/component/paragraph/interfaces/keypoint.py Fri Mar 02 13:55:13 2018 +0100 @@ -31,7 +31,7 @@ # KEYPOINTS_PARAGRAPH_TYPE = 'Keypoints' -KEYPOINTS_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.keypoint.renderer' +KEYPOINTS_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.keypoint.renderers' class IKeypointsParagraph(IRenderedContent, IBaseParagraph):