From 9985df6b9cf8eb0b77a62db366282b58134c1194 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 8 Jan 2025 20:31:31 +0000 Subject: Add tests for cart functionality and refactor related files - Implement test for verifying that the cart contains the correctly priced resource. - Update `ResourceModelFactory` to remove commented price-related code. - Modify HTML meta description for improved clarity. - Adjust `pyproject.toml` to format settings for clarity and organization. --- alphabetlearning/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alphabetlearning/templates') diff --git a/alphabetlearning/templates/base.html b/alphabetlearning/templates/base.html index 2e28333..0fe30c5 100644 --- a/alphabetlearning/templates/base.html +++ b/alphabetlearning/templates/base.html @@ -12,7 +12,7 @@ {% endblock title %} - + {% block extra_css %} -- cgit v1.2.3