do not use standard description field as default for DC description
This commit is contained in:
parent
ec4116d88c
commit
84072904e5
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue