src/pyams_content/component/illustration/__init__.py
changeset 409 6ad2cc0eab55
parent 395 2a39b333a585
child 425 a3147e47cd39
--- a/src/pyams_content/component/illustration/__init__.py	Thu Feb 22 17:04:26 2018 +0100
+++ b/src/pyams_content/component/illustration/__init__.py	Thu Mar 01 11:35:57 2018 +0100
@@ -56,8 +56,8 @@
     author = FieldProperty(IIllustration['author'])
     _data = I18nFileProperty(IIllustration['data'])
     filename = FieldProperty(IIllustration['filename'])
+    language = FieldProperty(IIllustration['language'])
     renderer = FieldProperty(IIllustration['renderer'])
-    language = FieldProperty(IIllustration['language'])
 
     @property
     def data(self):