Skip to content

Commit

Permalink
Fix partners frontpage
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Feb 23, 2024
1 parent eba1984 commit fdb74de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/donations/views/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get(self, request, *args, **kwargs):
}

if request.partner:
ngo_queryset = request.partner.FRONTPAGE_NGOS_KEY
ngo_queryset = request.partner.ngos
context.update(
{
"company_name": request.partner.name,
Expand Down

0 comments on commit fdb74de

Please sign in to comment.