From 311030152446f028356ab11f1bc8a9f7e53cc5f1 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 5 Dec 2021 15:18:40 +0000 Subject: [PATCH] . --- atlas/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/models.py b/atlas/models.py index 1f9c842d..b2e5609b 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -101,7 +101,7 @@ class Condition(SynMixin, models.Model): synonym = models.ManyToManyField("self", blank=True) - primary = models.BooleanField(default="True"Series) + primary = models.BooleanField(default="True") subspecialty = models.ManyToManyField("subspecialty", blank=True)