diff options
author | Matthew Lemon <y@yulqen.org> | 2025-01-06 14:30:46 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2025-01-06 14:30:46 +0000 |
commit | f5f01b14cd29d72f1da5e96971991ae5d2982b13 (patch) | |
tree | e149f0c32c0551beb4336c936b475a3f8a52af18 /alphabetlearning | |
parent | 1f22f8e150df466f18aa53443e4ac0c4a09468d8 (diff) |
Changed wording for basket to test deploy script
Diffstat (limited to 'alphabetlearning')
-rw-r--r-- | alphabetlearning/templates/base.html | 4 |
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 %} |