diff options
author | Matthew Lemon <y@yulqen.org> | 2025-01-08 20:31:31 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2025-01-08 20:31:31 +0000 |
commit | 9985df6b9cf8eb0b77a62db366282b58134c1194 (patch) | |
tree | 0f36a35b18195b7bebede15cd3e1ad7add02d4af /alphabetlearning/templates | |
parent | d2b3baf2db9740629a1779aaa2ab923f0bc7bf45 (diff) |
- 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.html | 2 |
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 %} |