[minor] [website] brand_html

This commit is contained in:
Anand Doshi
2013-11-22 12:21:19 +05:30
parent ef80282388
commit ef114773a6
3 changed files with 18 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ class DocType:
# update in home page in settings
website_settings = webnotes.bean("Website Settings", "Website Settings")
website_settings.doc.home_page = webpage.doc.name
website_settings.doc.brand_html = "<span>{}</span>".format(self.doc.name)
website_settings.doc.brand_html = self.doc.name
website_settings.doc.copyright = self.doc.name
website_settings.doclist.append({
"doctype": "Top Bar Item",