diff --git a/erpnext/accounts/doctype/sales_invoice/templates/pages/invoice.html b/erpnext/accounts/doctype/sales_invoice/templates/pages/invoice.html index db6e009f891..44c53308493 100644 --- a/erpnext/accounts/doctype/sales_invoice/templates/pages/invoice.html +++ b/erpnext/accounts/doctype/sales_invoice/templates/pages/invoice.html @@ -1,4 +1,4 @@ -{% extends "app/portal/templates/sale.html" %} +{% extends "portal/templates/sale.html" %} {% block status -%} {% if doc.status %}{{ doc.status }}{% endif %} diff --git a/erpnext/accounts/doctype/sales_invoice/templates/pages/invoices.html b/erpnext/accounts/doctype/sales_invoice/templates/pages/invoices.html index f108683cb93..f8ca76980fd 100644 --- a/erpnext/accounts/doctype/sales_invoice/templates/pages/invoices.html +++ b/erpnext/accounts/doctype/sales_invoice/templates/pages/invoices.html @@ -1 +1 @@ -{% extends "app/portal/templates/sales_transactions.html" %} \ No newline at end of file +{% extends "portal/templates/sales_transactions.html" %} \ No newline at end of file diff --git a/erpnext/portal/templates/base.html b/erpnext/portal/templates/base.html index bc6fb9755c6..3eb7adca8e0 100644 --- a/erpnext/portal/templates/base.html +++ b/erpnext/portal/templates/base.html @@ -1,3 +1,3 @@ -{% extends "lib/website/templates/base.html" %} +{% extends "website/templates/base.html" %} -{% block footer %}{% include "app/portal/templates/includes/footer.html" %}{% endblock %} \ No newline at end of file +{% block footer %}{% include "portal/templates/includes/footer.html" %}{% endblock %} \ No newline at end of file diff --git a/erpnext/portal/templates/includes/footer.html b/erpnext/portal/templates/includes/footer.html index cd75fd16f63..9912c9cf0a0 100644 --- a/erpnext/portal/templates/includes/footer.html +++ b/erpnext/portal/templates/includes/footer.html @@ -1,4 +1,4 @@ -{% extends "lib/website/templates/includes/footer.html" %} +{% extends "website/templates/includes/footer.html" %} {% block powered %}ERPNext Powered{% endblock %} diff --git a/erpnext/portal/templates/pages/cart.html b/erpnext/portal/templates/pages/cart.html index 1abe46787c4..db812299f3f 100644 --- a/erpnext/portal/templates/pages/cart.html +++ b/erpnext/portal/templates/pages/cart.html @@ -1,7 +1,7 @@ {% extends base_template %} {% block javascript %} - + {% endblock %} {% set title="Shopping Cart" %} diff --git a/erpnext/portal/templates/sales_transactions.html b/erpnext/portal/templates/sales_transactions.html index f4fd5d18cc0..632793c85a1 100644 --- a/erpnext/portal/templates/sales_transactions.html +++ b/erpnext/portal/templates/sales_transactions.html @@ -1,4 +1,4 @@ -{% extends "app/portal/templates/includes/transactions.html" %} +{% extends "portal/templates/includes/transactions.html" %} {% block javascript -%} + {% endblock %} {% block content %} @@ -17,7 +17,7 @@ $(document).ready(function() { }); -{% include "app/stock/doctype/item/templates/includes/product_search_box.html" %} +{% include "stock/doctype/item/templates/includes/product_search_box.html" %}