Merge branch 'main' into list-not-loading
This commit is contained in:
commit
165fdc6d2d
38 changed files with 1673 additions and 1871 deletions
|
@ -225,7 +225,6 @@ def feed_page_data(user):
|
|||
|
||||
goal = models.AnnualGoal.objects.filter(user=user, year=timezone.now().year).first()
|
||||
return {
|
||||
"suggested_books": get_suggested_books(user),
|
||||
"goal": goal,
|
||||
"goal_form": forms.GoalForm(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue