aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2025-01-08 20:31:31 +0000
committerMatthew Lemon <y@yulqen.org>2025-01-08 20:31:31 +0000
commit9985df6b9cf8eb0b77a62db366282b58134c1194 (patch)
tree0f36a35b18195b7bebede15cd3e1ad7add02d4af /alphabetlearning/templates
parentd2b3baf2db9740629a1779aaa2ab923f0bc7bf45 (diff)
Add tests for cart functionality and refactor related filesHEADmaster
- 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.
Diffstat (limited to '')
-rw-r--r--alphabetlearning/templates/base.html2
1 files changed, 1 insertions, 1 deletions
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 %}
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <meta name="description" content="Joanna Lemon Resources"/>
+ <meta name="description" content="Alphabet Learning Educational Resources"/>
<meta name="author" content="Matthew Lemon"/>
<link rel="icon" href="{% static 'images/favicons/al.png' %}"/>
{% block extra_css %}