aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2025-01-06 14:30:46 +0000
committerMatthew Lemon <y@yulqen.org>2025-01-06 14:30:46 +0000
commitf5f01b14cd29d72f1da5e96971991ae5d2982b13 (patch)
treee149f0c32c0551beb4336c936b475a3f8a52af18 /alphabetlearning
parent1f22f8e150df466f18aa53443e4ac0c4a09468d8 (diff)
Changed wording for basket to test deploy script
Diffstat (limited to 'alphabetlearning')
-rw-r--r--alphabetlearning/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/alphabetlearning/templates/base.html b/alphabetlearning/templates/base.html
index ecab232..2e28333 100644
--- a/alphabetlearning/templates/base.html
+++ b/alphabetlearning/templates/base.html
@@ -96,12 +96,12 @@
{% if request.user.is_authenticated %}
<li class="nav-item">
<a class="nav-link text-dark fw-bold"
- href="{% url "payments:cart_detail" %}">Your Basket</a>
+ href="{% url "payments:cart_detail" %}">Shopping Basket</a>
</li>
{% else %}
<li class="nav-item">
<p class="nav-link text-gray fw-bold">
- Your Basket
+ Shopping Basket
</p>
</li>
{% endif %}