.
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ class Condition(SynMixin, models.Model):
|
||||
return reverse("atlas:condition_detail", kwargs={"pk": self.pk})
|
||||
|
||||
class Presentation(SynMixin, models.Model):
|
||||
name = models.CharField(max_length=255, unique=True)
|
||||
name = models.CharField(max_length=255)
|
||||
|
||||
subspecialty = models.ManyToManyField("subspecialty", blank=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user