Added title to I18n attributes
authorThierry Florac <thierry.florac@onf.fr>
Mon, 27 Aug 2018 11:07:58 +0200
changeset 117 d45a531a723d
parent 116 b0d31081dc8f
child 118 718e48376709
Added title to I18n attributes
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):