This commit is contained in:
parent ece1991d5c
commit 2ea46faa71
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class ClickableArea(models.Model):
description = models.TextField("описание")
object_name = models.CharField("название объекта", max_length=255)
target_name = models.CharField(
max_length=200,
max_length=500,
blank=True,
null=True,
)