Skip to content

Commit

Permalink
Update donations/views.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Walker <theshow@gmail.com>
  • Loading branch information
amakarudze and marksweb authored May 22, 2024
1 parent 94f5dd0 commit 79c2918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donations/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

def index(request):
context = {
"patreon_stats": FundraisingStatus.objects.all().first(), # TODO: This isn't used
"patreon_stats": FundraisingStatus.objects.first(), # TODO: This isn't used
}
return render(request, "donations/corporate_sponsorships.html", context)

Expand Down

0 comments on commit 79c2918

Please sign in to comment.