summaryrefslogtreecommitdiff
path: root/archaeological_context_records/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r--archaeological_context_records/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index 02d488c85..26353eed1 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -639,7 +639,7 @@ class ContextRecord(
depth_of_appearance = models.FloatField(
_("Depth of appearance (m)"), blank=True, null=True
)
- surface = models.IntegerField(_("Surface (m2)"), blank=True, null=True)
+ surface = models.FloatField(_("Surface (m2)"), blank=True, null=True)
location = models.TextField(
_("Location"),
blank=True,