diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 22:49:56 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 22:49:56 -0400 |
commit | e8301b65c3474113fe7e5dccab99d144894c3304 (patch) | |
tree | a7abf481fc13bcbf6b1dc2c0692c4ec645ab2afc /templates | |
parent | ee3783db93367f29a1837bd10fca93b24fbe1a0c (diff) | |
download | carpentertutoring-e8301b65c3474113fe7e5dccab99d144894c3304.tar.xz carpentertutoring-e8301b65c3474113fe7e5dccab99d144894c3304.zip |
fix: wording on homeschool services
Diffstat (limited to 'templates')
-rw-r--r-- | templates/k12.html.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/k12.html.j2 b/templates/k12.html.j2 index d93a2ac..d64e3d0 100644 --- a/templates/k12.html.j2 +++ b/templates/k12.html.j2 @@ -124,7 +124,7 @@ </h2> <p> - Since 2019, we have proudly served homeschooling families with a variety of services. + We are proud to continue serving homeschooling families with a variety of services. </p> <p> @@ -277,4 +277,4 @@ {% include "review.html.j2" %} </section> -{% endblock %}
\ No newline at end of file +{% endblock %} |