diff --git a/kjvstudy_org/routes/resources.py b/kjvstudy_org/routes/resources.py index 3795f25..5d3c2ed 100644 --- a/kjvstudy_org/routes/resources.py +++ b/kjvstudy_org/routes/resources.py @@ -459,7 +459,7 @@ def fruits_of_the_spirit_page(request: Request): """Fruits of the Spirit page.""" return templates.TemplateResponse( request, - "fruits_of_the_spirit.html", + "fruits_of_spirit.html", { "books": get_books(), "fruits_data": FRUITS_DATA,