Removed required attribute on audio paragraph's author
authorThierry Florac <thierry.florac@onf.fr>
Thu, 30 Aug 2018 10:04:31 +0200
changeset 906 7478b698af47
parent 905 6df8dd91e90a
child 907 d72953216952
Removed required attribute on audio paragraph's author
src/pyams_content/component/paragraph/interfaces/audio.py
--- a/src/pyams_content/component/paragraph/interfaces/audio.py	Wed Aug 29 17:49:34 2018 +0200
+++ b/src/pyams_content/component/paragraph/interfaces/audio.py	Thu Aug 30 10:04:31 2018 +0200
@@ -51,7 +51,7 @@
 
     author = TextLine(title=_("Author"),
                       description=_("Name of document's author"),
-                      required=True)
+                      required=False)
 
     renderer = Choice(title=_("Audio template"),
                       description=_("Presentation template used for this audio file"),