Skip to content

Commit

Permalink
fix: rename template
Browse files Browse the repository at this point in the history
  • Loading branch information
yozachar committed Feb 20, 2024
1 parent 5d5805a commit cfe31f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hymnal/json2html.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _json_song_parser(hymn_path: Path, hymnal_name: str):
(
"start-at-refrain-without-verses.html.j2"
if not hymn.verses
else "start-at-refrain.html.j2"
else "start-at-refrain-with-verses.html.j2"
)
if hymn.starts == "refrain"
else (
Expand Down

0 comments on commit cfe31f8

Please sign in to comment.