# HG changeset patch # User Thierry Florac # Date 1535360878 -7200 # Node ID d45a531a723d8f16593314a041da1ab1d4fc83f4 # Parent b0d31081dc8f401d0e1df84dea3238ddde212604 Added title to I18n attributes diff -r b0d31081dc8f -r d45a531a723d src/pyams_default_theme/component/paragraph/keypoint.py --- a/src/pyams_default_theme/component/paragraph/keypoint.py Mon Aug 27 11:06:31 2018 +0200 +++ b/src/pyams_default_theme/component/paragraph/keypoint.py Mon Aug 27 11:07:58 2018 +0200 @@ -39,7 +39,7 @@ label = _("Default key points renderer") - i18n_context_attrs = ('body', ) + i18n_context_attrs = ('title', 'body', ) @property def keypoints(self):