mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
fix: haiku_view still used jinja as extension
This commit is contained in:
parent
3fcfdb2c8e
commit
5fa2122972
1 changed files with 1 additions and 1 deletions
|
|
@ -37,6 +37,6 @@ def haiku_view(haiku_id):
|
||||||
}
|
}
|
||||||
|
|
||||||
return render_template(
|
return render_template(
|
||||||
"haiku.jinja",
|
"haiku.html",
|
||||||
context=context,
|
context=context,
|
||||||
title="Haiku of the Day")
|
title="Haiku of the Day")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue