clicl
This commit is contained in:
parent
ece1991d5c
commit
2ea46faa71
|
@ -44,7 +44,7 @@ class ClickableArea(models.Model):
|
||||||
description = models.TextField("описание")
|
description = models.TextField("описание")
|
||||||
object_name = models.CharField("название объекта", max_length=255)
|
object_name = models.CharField("название объекта", max_length=255)
|
||||||
target_name = models.CharField(
|
target_name = models.CharField(
|
||||||
max_length=200,
|
max_length=500,
|
||||||
blank=True,
|
blank=True,
|
||||||
null=True,
|
null=True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue