Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
make Towns Fund Round 4 inactive
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsg committed Apr 8, 2024
1 parent 2d608f4 commit 072abc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/fund.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def get_active_funds(self, roles: list[str]):
current_reporting_round=4,
current_deadline=datetime.date(day=4, month=12, year=2023),
email=Config.TF_CONFIRMATION_EMAIL_ADDRESS,
active=True,
active=False,
auth_class=TFAuth,
fund_code="TF",
)
Expand Down

0 comments on commit 072abc6

Please sign in to comment.