mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user