.
This commit is contained in:
@@ -228,8 +228,6 @@ class Case(models.Model):
|
||||
# HAEMONC = "HA", _("Haemotology and Oncology")
|
||||
|
||||
title = models.CharField(max_length=255, help_text="Title of the case", default="")
|
||||
# author = models.ForeignKey('auth.User', on_delete=models.CASCADE)
|
||||
# image = models.ImageField()
|
||||
description = models.TextField(
|
||||
blank=True,
|
||||
help_text="Description of the case",
|
||||
|
||||
Reference in New Issue
Block a user