aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/payments/cart_lineitem.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--alphabetlearning/templates/payments/cart_lineitem.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/alphabetlearning/templates/payments/cart_lineitem.html b/alphabetlearning/templates/payments/cart_lineitem.html
index 79899df..9524d96 100644
--- a/alphabetlearning/templates/payments/cart_lineitem.html
+++ b/alphabetlearning/templates/payments/cart_lineitem.html
@@ -12,7 +12,7 @@
</div>
<div class="p-2">
<p>{{ item.resource.card_description }}</p>
- <p><a class="btn btn-danger btn-sm fs-6 text" href="#">Remove from basket</a></p>
+ <p><a class="btn btn-danger btn-sm fs-6 text" href="{% url "payments:delete_cart_item" item.pk %}">Remove from basket</a></p>
</div>
</div>
</div>