Commit 122a7c58 authored by Gladys Forte's avatar Gladys Forte

{dev bugfix} remove html_obj and html_desc to model

parent 620fe440
......@@ -471,14 +471,6 @@ class BaseHeader(models.Model):
null=True)
created = models.DateTimeField(auto_now_add=True)
is_active = models.BooleanField(default=True)
html_obj = models.TextField(
blank=True,
null=True
)
html_desc = models.TextField(
blank=True,
null=True
)
class Meta:
abstract = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment