We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2214f commit 9a5df27Copy full SHA for 9a5df27
openlibrary/plugins/openlibrary/partials.py
@@ -47,7 +47,7 @@ def __init__(self):
47
def generate(self) -> dict:
48
year = self.i.year or datetime.now().year
49
goal = get_reading_goals(year=year)
50
- component = render_template('check_ins/reading_goal_progress', [goal])
+ component = render_template('reading_goals/reading_goal_progress', [goal])
51
52
return {"partials": str(component)}
53
0 commit comments