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 @Lazy
def dcDescription(self): def dcDescription(self):
return self.dublincore.description or self.description return self.dublincore.description or u'' #self.description
@Lazy @Lazy
def headTitle(self): def headTitle(self):