diff --git a/backend/sophon/projects/models.py b/backend/sophon/projects/models.py index 831efd0..8df83b2 100644 --- a/backend/sophon/projects/models.py +++ b/backend/sophon/projects/models.py @@ -30,7 +30,7 @@ class ResearchProject(SophonGroupModel): description = models.TextField( "Description", help_text="A brief description of the project, to be displayed in the overview.", - blank=True, + blank=True, null=True, ) visibility = models.CharField(