summaryrefslogtreecommitdiff
path: root/ishtar/furnitures/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/furnitures/models.py')
-rw-r--r--ishtar/furnitures/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar/furnitures/models.py b/ishtar/furnitures/models.py
index 008ad1dc3..0aac7d297 100644
--- a/ishtar/furnitures/models.py
+++ b/ishtar/furnitures/models.py
@@ -236,6 +236,7 @@ class File(BaseHistorizedItem, OwnPerms):
total_developed_surface = models.IntegerField(_(u"Total developed surface"),
blank=True, null=True)
address = models.TextField(_(u"Address"))
+ comment = models.TextField(_(u"Comment"))
history = HistoricalRecords()
class Meta: