We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f809d78 commit 3baff74Copy full SHA for 3baff74
api/management/commands/ingest_ns_initiatives.py
@@ -71,7 +71,7 @@ def handle(self, *args, **kwargs):
71
nsd_initiatives, created = NSDInitiatives.objects.get_or_create(
72
country=country,
73
year=data[1],
74
- fund_type=f"{data[2]} ({data[7]})" if data[7] else data[2],
+ fund_type=f"{data[2]} – {data[7]}" if data[7] else data[2],
75
defaults={
76
"title": data[3],
77
"categories": data[4],
0 commit comments