summaryrefslogtreecommitdiff
path: root/archaeological_operations/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r--archaeological_operations/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py
index 2703db245..448adcd68 100644
--- a/archaeological_operations/models.py
+++ b/archaeological_operations/models.py
@@ -234,6 +234,7 @@ class Operation(BaseHistorizedItem, OwnPerms, ValueGetter, ShortMenuItem,
record_quality = models.CharField(
_(u"Record quality"), max_length=2, null=True, blank=True,
choices=QUALITY)
+ abstract = models.TextField(_(u"Abstract"), null=True, blank=True)
history = HistoricalRecords()
class Meta: