added ace editor
diff --git a/erpnext/home/page/attributions/attributions.html b/erpnext/home/page/attributions/attributions.html
index 72703c8..f76c248 100644
--- a/erpnext/home/page/attributions/attributions.html
+++ b/erpnext/home/page/attributions/attributions.html
@@ -37,6 +37,8 @@
 			<li>JQuery UI (datepicker, sortable)</li>
 			<li>TinyMCE - text editor</li>
 			<li>Twitter Bootstrap</li>
+			<li>Ace - code editor</li>
+			<li>Slick Grid - report grid</li>
 			<li>jQPlot - graphs</li>
 			<li>JSON2 - JSON builder, parser</li>
 			<li>JSColor - color picker</li>
diff --git a/erpnext/website/doctype/web_page/web_page.txt b/erpnext/website/doctype/web_page/web_page.txt
index f5d1280..c40caff 100644
--- a/erpnext/website/doctype/web_page/web_page.txt
+++ b/erpnext/website/doctype/web_page/web_page.txt
@@ -5,7 +5,7 @@
 	{
 		'creation': '2012-04-02 16:02:43',
 		'docstatus': 0,
-		'modified': '2012-04-28 10:03:45',
+		'modified': '2012-05-02 15:24:31',
 		'modified_by': u'Administrator',
 		'owner': u'Administrator'
 	},
@@ -22,7 +22,7 @@
 		'name': '__common__',
 		'section_style': u'Simple',
 		'show_in_menu': 0,
-		'version': 17
+		'version': 1
 	},
 
 	# These values are common for all DocField
@@ -124,6 +124,7 @@
 		'fieldname': u'head_section',
 		'fieldtype': u'Text',
 		'label': u'Head Section',
+		'options': u'Markdown',
 		'permlevel': 0
 	},
 
@@ -135,6 +136,7 @@
 		'fieldname': u'main_section',
 		'fieldtype': u'Code',
 		'label': u'Main Section',
+		'options': u'Markdown',
 		'permlevel': 0
 	},
 
@@ -146,6 +148,7 @@
 		'fieldname': u'side_section',
 		'fieldtype': u'Code',
 		'label': u'Side Section',
+		'options': u'Markdown',
 		'permlevel': 0
 	},
 
@@ -186,6 +189,7 @@
 		'fieldname': u'javascript',
 		'fieldtype': u'Code',
 		'label': u'Javascript',
+		'options': u'Javascript',
 		'permlevel': 0
 	},
 
@@ -204,6 +208,7 @@
 		'fieldname': u'css',
 		'fieldtype': u'Code',
 		'label': u'CSS',
+		'options': u'CSS',
 		'permlevel': 0
 	},
 
diff --git a/erpnext/website/doctype/website_settings/website_settings.txt b/erpnext/website/doctype/website_settings/website_settings.txt
index 71093dd..cf109cf 100644
--- a/erpnext/website/doctype/website_settings/website_settings.txt
+++ b/erpnext/website/doctype/website_settings/website_settings.txt
@@ -5,7 +5,7 @@
 	{
 		'creation': '2012-04-02 16:38:02',
 		'docstatus': 0,
-		'modified': '2012-04-30 14:20:56',
+		'modified': '2012-05-02 15:24:12',
 		'modified_by': u'Administrator',
 		'owner': u'Administrator'
 	},
@@ -237,6 +237,7 @@
 		'fieldname': u'startup_code',
 		'fieldtype': u'Code',
 		'label': u'Startup Code',
+		'options': u'Javascript',
 		'permlevel': 0
 	}
 ]
\ No newline at end of file