commit | 3023a8fa9b258169bc073aab6644e8d93d565da0 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Wed Apr 03 16:34:23 2013 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed Apr 03 16:34:23 2013 +0530 |
tree | 3bcf3d1a99da9a3dae6c9120da88bb1cc574de05 | |
parent | 27c4079ff9de023b154f7e26a940905b266f7e52 [diff] [blame] |
[website] [cleanup] separated website generation in framework and erpnext
diff --git a/website/templates/pages/order.html b/website/templates/pages/order.html index 9e80694..8e7bfe7 100644 --- a/website/templates/pages/order.html +++ b/website/templates/pages/order.html
@@ -1,4 +1,4 @@ -{% extends "html/page.html" %} +{% extends "app/website/templates/html/page.html" %} {% set title=doc.name %}