This commit is contained in:
Ross
2021-02-05 11:10:59 +00:00
parent b8cb09b5c5
commit d8167aa95f
13 changed files with 134 additions and 52 deletions
-1
View File
@@ -50,7 +50,6 @@ class Long(models.Model):
"Associated condition. Will allow searching / filtering and tips / hints to be displayed. Conditions with spaces must be enclosed in quotes \"...\""
)
#sign = models.CharField(max_length=255, blank=True)
sign = tagulous.models.TagField(
to=Sign, blank=True, help_text='Radiological signs in the question')