From 6a55de62995a91e8ebae876b6b8bf7334bc4875e Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 10 Sep 2013 13:46:14 +0530 Subject: [PATCH] [website] [minor] moving to framework --- public/build.json | 1 + website/doctype/website_settings/make_web_include_files.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/build.json b/public/build.json index abf636cbd4..3d4c8eacf7 100644 --- a/public/build.json +++ b/public/build.json @@ -3,6 +3,7 @@ "public/css/all-web.css": [ "lib/public/css/bootstrap.css", "lib/public/css/font-awesome.css", + "lib/website/css/website.css" ] }, diff --git a/website/doctype/website_settings/make_web_include_files.py b/website/doctype/website_settings/make_web_include_files.py index a9df23bb1c..821966cee6 100644 --- a/website/doctype/website_settings/make_web_include_files.py +++ b/website/doctype/website_settings/make_web_include_files.py @@ -5,7 +5,7 @@ import os import webnotes def make(): - from startup.webutils import get_home_page + from webnotes.webutils import get_home_page if not webnotes.conn: webnotes.connect()