commit | b0d996ffb19d7d49f51a3c2895aaa937d9fb4ca4 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Tue Sep 10 18:29:39 2013 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Tue Sep 10 18:29:39 2013 +0530 |
tree | 1909495b10dbcb39635f97f4ed232c607c51b35b | |
parent | f2d0255031561fa918953acbfad9cfb815c2b6eb [diff] [blame] |
[website] [minor] moving to framework
diff --git a/portal/templates/pages/cart.html b/portal/templates/pages/cart.html index 372f524..f210772 100644 --- a/portal/templates/pages/cart.html +++ b/portal/templates/pages/cart.html
@@ -1,7 +1,7 @@ {% extends base_template %} {% block javascript %} - {% include "app/website/templates/js/cart.js" %} +<script>{% include "app/portal/templates/includes/cart.js" %}</script> {% endblock %} {% set title="Shopping Cart" %}