diff --git a/app/grants/utils.py b/app/grants/utils.py index 51d8cfabf8c..d37dd7c6374 100644 --- a/app/grants/utils.py +++ b/app/grants/utils.py @@ -359,33 +359,18 @@ def save_grant_to_notion(grant): 'color': 'yellow' } }, - 'URL': { - 'id': 'ThRE', - 'type': 'rich_text', - 'rich_text': [{ - 'type': 'text', - 'text': { - 'content': grant.url, - 'link': { - 'url': fullUrl - } - }, - 'plain_text': grant.url, - 'href': fullUrl - }] - }, 'Grant Name': { "id": "title", "type": "title", "title": [{ "type": "text", "text": { - "content": grant.title, + "content": fullUrl, "link": { "url": fullUrl } }, - "plain_text": grant.title, + "plain_text": fullUrl, "href": fullUrl }] }