Hello, now i have problem with django admin and dont understand the reason of it. I have a field, that described like this:
html = models.TextField(verbose_name='HTML', blank=True, default='')
In the admin file this field also doesn't stand out. But it looks like this:
Any thoughts?