Fix template name for fruits of the spirit page

Correct template reference from fruits_of_the_spirit.html to
fruits_of_spirit.html to match actual filename.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-25 18:03:46 -05:00
parent f8cd706010
commit 0fd8f8bfa3
+1 -1
View File
@@ -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,