author | Thierry Florac <thierry.florac@onf.fr> |
Fri, 10 Nov 2017 11:46:51 +0100 | |
changeset 239 | b3b7d4bf63f7 |
parent 238 | 2dc445ad2cf5 |
child 240 | 0eca05146080 |
src/pyams_content/component/theme/interfaces/__init__.py | file | annotate | diff | comparison | revisions |
--- a/src/pyams_content/component/theme/interfaces/__init__.py Fri Nov 10 11:46:27 2017 +0100 +++ b/src/pyams_content/component/theme/interfaces/__init__.py Fri Nov 10 11:46:51 2017 +0100 @@ -40,7 +40,7 @@ class IThemesInfo(Interface): """Themes information interface""" - themes = ThesaurusTermsListField(title=_("Terms"), + themes = ThesaurusTermsListField(title=_("Themes"), required=False)