Fixed company web page creation
diff --git a/erpnext/setup/doctype/company/company.py b/erpnext/setup/doctype/company/company.py
index 9279be6..2961d24 100644
--- a/erpnext/setup/doctype/company/company.py
+++ b/erpnext/setup/doctype/company/company.py
@@ -73,7 +73,7 @@
 					"doctype": "Web Page",
 					"title": self.doc.name + " Home",
 					"published": 1,
-					"description": "Standard Home Page for " + self.doc.company,
+					"description": "Standard Home Page for " + self.doc.name,
 					"main_section": webfile.read() % self.doc.fields
 				}).insert()