do not use standard description field as default for DC description

This commit is contained in:
Helmut Merz 2012-01-01 12:17:47 +01:00
parent ec4116d88c
commit 84072904e5

View file

@ -349,7 +349,7 @@ class BaseView(GenericView, I18NView):
@Lazy
def dcDescription(self):
return self.dublincore.description or self.description
return self.dublincore.description or u'' #self.description
@Lazy
def headTitle(self):