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 79c2918 commit 14c5c02
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 @@ -23,7 +23,7 @@ def index(request):

def donate(request):
context = {
"patreon_stats": FundraisingStatus.objects.all().first(), # TODO: This isn't used
"patreon_stats": FundraisingStatus.objects.first(), # TODO: This isn't used
}
if settings.STRIPE_PUBLIC_KEY:
context.update({"form": StripeForm(), "STRIPE_PUBLIC_KEY": settings.STRIPE_PUBLIC_KEY})
Expand Down

0 comments on commit 14c5c02

Please sign in to comment.