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
|
@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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue