Merge branch 'main' into list-not-loading

This commit is contained in:
Mouse Reeve
2022-01-07 10:32:17 -08:00
38 changed files with 1673 additions and 1871 deletions

View File

@ -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(),
}