diff --git a/composer/report/base.py b/composer/report/base.py index 021d604..86b5cf3 100644 --- a/composer/report/base.py +++ b/composer/report/base.py @@ -69,7 +69,8 @@ class Report(Template): implements(IReport) - name = identifier = title = description = u'' + name = identifier = u'' + #title = description = u'' type = 'generic' manager = None