From 5b62ccbc106781751872475fb49a320a77281f8d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 29 Dec 2024 14:36:50 +0000 Subject: wip: Adds the shopping cart link if user logged in - basic text-only link visible if user logged in - can still click the link and get an empty card - this needs to be removed --- alphabetlearning/templates/base.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/alphabetlearning/templates/base.html b/alphabetlearning/templates/base.html index c969cac..ecab232 100644 --- a/alphabetlearning/templates/base.html +++ b/alphabetlearning/templates/base.html @@ -80,18 +80,6 @@ -- cgit v1.2.3