# HG changeset patch # User Thierry Florac # Date 1519989251 -3600 # Node ID 824fef8088451f63a0731cefc0202deae36c2b76 # Parent 81e4e9b9cde2b6614853e07eadc779bbd480f239 Updated vocabulary name diff -r 81e4e9b9cde2 -r 824fef808845 src/pyams_content/component/paragraph/contact.py --- a/src/pyams_content/component/paragraph/contact.py Fri Mar 02 11:24:39 2018 +0100 +++ b/src/pyams_content/component/paragraph/contact.py Fri Mar 02 12:14:11 2018 +0100 @@ -102,7 +102,7 @@ return output -@vocabulary_config(name='PyAMS contact renderers') +@vocabulary_config(name='PyAMS contact paragraph renderers') class ContactParagraphRendererVocabulary(SimpleVocabulary): """Contact paragraph renderers vocabulary""" diff -r 81e4e9b9cde2 -r 824fef808845 src/pyams_content/component/paragraph/interfaces/contact.py --- a/src/pyams_content/component/paragraph/interfaces/contact.py Fri Mar 02 11:24:39 2018 +0100 +++ b/src/pyams_content/component/paragraph/interfaces/contact.py Fri Mar 02 12:14:11 2018 +0100 @@ -58,5 +58,5 @@ renderer = Choice(title=_("Contact template"), description=_("Presentation template used for this contact"), - vocabulary='PyAMS contact renderers', + vocabulary='PyAMS contact paragraph renderers', default='hidden')