aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/payments/cart_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'alphabetlearning/templates/payments/cart_detail.html')
-rw-r--r--alphabetlearning/templates/payments/cart_detail.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/alphabetlearning/templates/payments/cart_detail.html b/alphabetlearning/templates/payments/cart_detail.html
index 8c6c01b..46117d1 100644
--- a/alphabetlearning/templates/payments/cart_detail.html
+++ b/alphabetlearning/templates/payments/cart_detail.html
@@ -21,9 +21,8 @@
</div>
<div class="col-4 my-5">
- {% include "payments/cart_sidepanel.html" with cart=cart %}
+ {% include "payments/cart_sidepanel.html" with cart=cart total=total %}
</div>
-
</div>
{% else %}
<p>Your cart is empty.</p>