Skip to content

Commit 9a5df27

Browse files
committed
Fix yearly reading goal progress regression
1 parent 6e2214f commit 9a5df27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openlibrary/plugins/openlibrary/partials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(self):
4747
def generate(self) -> dict:
4848
year = self.i.year or datetime.now().year
4949
goal = get_reading_goals(year=year)
50-
component = render_template('check_ins/reading_goal_progress', [goal])
50+
component = render_template('reading_goals/reading_goal_progress', [goal])
5151

5252
return {"partials": str(component)}
5353

0 commit comments

Comments
 (0)