src/pyams_portal/template.py
changeset 289 fca4100c1733
parent 279 c025abc00397
--- a/src/pyams_portal/template.py	Fri Mar 26 16:32:52 2021 +0100
+++ b/src/pyams_portal/template.py	Thu Aug 05 09:27:48 2021 +0200
@@ -80,6 +80,7 @@
     """Portal template class"""
 
     name = FieldProperty(IPortalTemplate['name'])
+    css_class = FieldProperty(IPortalTemplate['css_class'])
 
     content_name = _("Portal template")